Pupil-25 Add option to download jpg instead of webp files

This commit is contained in:
Pupil
2020-01-22 10:50:55 +09:00
parent 7abf08f1fb
commit 08e38ed45c
9 changed files with 42 additions and 22 deletions

View File

@@ -137,6 +137,8 @@ class SettingsFragment :
onPositiveButtonClickListener = { newTags ->
sharedPreferences.edit().putString("default_query", newTags.toString()).apply()
summary = newTags.toString()
dismiss() //This sucks
// TODO: make dialog dissmiss itself :P
}
}.show()
}