mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-24 08:36:26 +00:00
add cancel button to secondary language selection dialog
This commit is contained in:
parent
cc0b7927cf
commit
6b44f24a76
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ class LanguageSettingsDialog(
|
|||
addSecondaryLocaleView(locale, secondaryLocalesView)
|
||||
di.dismiss()
|
||||
}
|
||||
.setNegativeButton(android.R.string.cancel, null)
|
||||
.show()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue