mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-08 15:47:43 +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)
|
addSecondaryLocaleView(locale, secondaryLocalesView)
|
||||||
di.dismiss()
|
di.dismiss()
|
||||||
}
|
}
|
||||||
|
.setNegativeButton(android.R.string.cancel, null)
|
||||||
.show()
|
.show()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue