Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Revert DialogController syncing change

Cette révision appartient à :
arkon 2020-03-07 15:37:16 -05:00
Parent 10bdde4459
révision 51383afd50

Voir le fichier

@ -217,7 +217,7 @@ class MainActivity : BaseActivity() {
}
private fun syncActivityViewWithController(to: Controller?, from: Controller? = null) {
if (from is DialogController) {
if (from is DialogController || to is DialogController) {
return
}