fix: various small fixes
This commit is contained in:
parent
4ccf6fa1c8
commit
e5ec6a6526
8 changed files with 44 additions and 21 deletions
|
@ -176,7 +176,7 @@ class SettingsCommonActivity : AppCompatActivity() {
|
|||
icon = R.drawable.ic_round_lock_open_24,
|
||||
onClick = {
|
||||
val passwordDialog = AlertDialog.Builder(context, R.style.MyPopup)
|
||||
.setTitle(R.string.download_manager)
|
||||
.setTitle(R.string.app_lock)
|
||||
.setView(R.layout.dialog_set_password)
|
||||
.setPositiveButton(R.string.ok) { dialog, _ ->
|
||||
val passwordInput =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue