Revert DialogController syncing change

This commit is contained in:
arkon 2020-03-07 15:37:16 -05:00
parent 10bdde4459
commit 51383afd50

View File

@ -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
}