mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Revert DialogController syncing change
This commit is contained in:
parent
10bdde4459
commit
51383afd50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue