small fixes (#61)
* quickfix * android locale tuning * toggle option to setting * some customizations * some fixes * some fixes * some fixes * fixed header of search by image --------- Co-authored-by: rebelonion <87634197+rebelonion@users.noreply.github.com>
This commit is contained in:
parent
e5f2bb6566
commit
c5ed8acfa3
5 changed files with 6 additions and 5 deletions
|
@ -245,7 +245,7 @@ ThemeManager(this).applyTheme()
|
|||
showProgressDialog = if (settings.askIndividual) loadData<Boolean>("${media.id}_progressDialog") != true else false
|
||||
progressDialog =
|
||||
if (showProgressDialog && Anilist.userid != null && if (media.isAdult) settings.updateForH else true)
|
||||
AlertDialog.Builder(this, R.style.DialogTheme).setTitle(getString(R.string.title_update_progress)).apply {
|
||||
AlertDialog.Builder(this, R.style.MyPopup).setTitle(getString(R.string.title_update_progress)).apply {
|
||||
setMultiChoiceItems(
|
||||
arrayOf(getString(R.string.dont_ask_again, media.userPreferredName)),
|
||||
booleanArrayOf(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue