mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	update BaseController.kt (#3423)
This commit is contained in:
		| @@ -64,8 +64,9 @@ abstract class BaseController<VB : ViewBinding>(bundle: Bundle? = null) : | ||||
|     override fun onChangeStarted(handler: ControllerChangeHandler, type: ControllerChangeType) { | ||||
|         if (type.isEnter) { | ||||
|             setTitle() | ||||
|             setHasOptionsMenu(true) | ||||
|         } | ||||
|         setHasOptionsMenu(type.isEnter) | ||||
|          | ||||
|         super.onChangeStarted(handler, type) | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user