Revert DialogController syncing change
Cette révision appartient à :
Parent
10bdde4459
révision
51383afd50
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Référencer dans un nouveau ticket