mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
properly update the gravity of widgets too
This commit is contained in:
@ -72,6 +72,7 @@ class SettingsActivity : SimpleActivity() {
|
||||
settings_gravity.onItemSelectedListener = object : AdapterView.OnItemSelectedListener {
|
||||
override fun onItemSelected(parent: AdapterView<*>?, view: View?, position: Int, id: Long) {
|
||||
config.gravity = settings_gravity.selectedItemPosition
|
||||
updateWidget()
|
||||
}
|
||||
|
||||
override fun onNothingSelected(parent: AdapterView<*>?) {
|
||||
|
Reference in New Issue
Block a user