show proper file note text on widgets

This commit is contained in:
tibbi
2017-03-10 00:11:57 +01:00
parent 2ad38bf411
commit df353031ae
5 changed files with 23 additions and 17 deletions

View File

@ -66,6 +66,7 @@ class SettingsActivity : SimpleActivity() {
RadioGroupDialog(this@SettingsActivity, items, config.fontSize) {
config.fontSize = it
settings_font_size.text = getFontSizeText()
updateWidget()
}
}
}