Fix snackbars in settings
This commit is contained in:
@@ -34,6 +34,6 @@ abstract class BasePreferenceFragment(@StringRes private val titleId: Int) :
|
||||
right = systemBars.right,
|
||||
bottom = systemBars.bottom
|
||||
)
|
||||
return WindowInsetsCompat.CONSUMED
|
||||
return insets
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user