Skip to content

Commit

Permalink
Correct dialog's title text
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Nov 17, 2021
1 parent 16f3422 commit 1d767bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ class MainActivity : BaseActivity(),
R.id.moreAppsBtn -> mainViewModel.openApps()
// Permissions
R.id.accessibilityServiceBtn -> MaterialAlertDialogBuilder(this)
.setTitle(R.string.access_accessibility_service_dialog_text)
.setTitle(R.string.access_accessibility_service_dialog_title)
.setMessage(R.string.access_accessibility_service_dialog_text)
.setNegativeButton(R.string.access_accessibility_service_dialog_no, null)
.setPositiveButton(
Expand Down

0 comments on commit 1d767bd

Please sign in to comment.