mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Revert DialogController syncing change
This commit is contained in:
		| @@ -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 | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user