Skip to content

Commit

Permalink
Fix issue iamrasel#122
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-sifat committed Apr 12, 2024
1 parent d4fd5da commit 0f9db81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/kotlin/rasel/lunar/launcher/apps/AppDrawer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ internal class AppDrawer : Fragment() {
}
}

@SuppressLint("RtlHardcoded")
private fun handleWindowInsets() {
ViewCompat.setOnApplyWindowInsetsListener(binding.root) { _, windowInsets ->
if (resources.configuration.orientation == Configuration.ORIENTATION_LANDSCAPE) {
Expand Down

0 comments on commit 0f9db81

Please sign in to comment.