You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Added hide fragment for future use
This commit is contained in:
@@ -10,6 +10,6 @@ internal interface CompatView<ViewModel : CompatViewModel> {
|
||||
val navigation: CompatNavigationDelegate<*>?
|
||||
|
||||
fun peekSystemWindowInsets(insets: Insets) = Unit
|
||||
fun consumeSystemWindowInsets(insets: Insets) = Insets.NONE
|
||||
fun consumeSystemWindowInsets(insets: Insets): Insets? = null
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user