Added hide fragment for future use

This commit is contained in:
Viktor De Pasquale
2019-10-18 17:04:41 +02:00
parent 96ef9cdbee
commit 512f533a80
10 changed files with 153 additions and 9 deletions
@@ -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
}