Fix snackbars in settings

pull/26/head
Koitharu 5 years ago
parent d85f23b320
commit 951a0db3f2

@ -34,6 +34,6 @@ abstract class BasePreferenceFragment(@StringRes private val titleId: Int) :
right = systemBars.right, right = systemBars.right,
bottom = systemBars.bottom bottom = systemBars.bottom
) )
return WindowInsetsCompat.CONSUMED return insets
} }
} }
Loading…
Cancel
Save