fixed white space on bottom navigation

This commit is contained in:
Denis Çerri 2023-01-07 12:33:13 +01:00
parent 9871b38b68
commit f4d3ff5c25
No known key found for this signature in database
GPG key ID: 96B3554AF5B193EE

View file

@ -125,7 +125,6 @@ class MainActivity : AppCompatActivity() {
binding.bottomNavigationView.visibility =
if (isImeVisible) View.GONE else View.VISIBLE
view.onApplyWindowInsets(windowInsets)
windowInsets
}
val intent = intent
handleIntents(intent)