diff --git a/app/src/main/kotlin/rasel/lunar/launcher/apps/AppDrawer.kt b/app/src/main/kotlin/rasel/lunar/launcher/apps/AppDrawer.kt index add3b17..13974d2 100644 --- a/app/src/main/kotlin/rasel/lunar/launcher/apps/AppDrawer.kt +++ b/app/src/main/kotlin/rasel/lunar/launcher/apps/AppDrawer.kt @@ -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) {