mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 08:21:01 +00:00
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:
@@ -1151,7 +1151,7 @@ class ExoplayerView : AppCompatActivity(), Player.Listener {
|
||||
if (settings.askIndividual) loadData<Boolean>("${media.id}_progressDialog")
|
||||
?: true else false
|
||||
if (showProgressDialog && Anilist.userid != null && if (media.isAdult) settings.updateForH else true)
|
||||
AlertDialog.Builder(this, R.style.DialogTheme)
|
||||
AlertDialog.Builder(this, R.style.MyPopup)
|
||||
.setTitle(getString(R.string.auto_update, media.userPreferredName))
|
||||
.apply {
|
||||
setOnCancelListener { hideSystemBars() }
|
||||
|
||||
Reference in New Issue
Block a user