Loading app/src/main/java/foundation/e/blisslauncher/core/customviews/InsettableFrameLayout.kt +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ class InsettableFrameLayout(private val mContext: Context, attrs: AttributeSet?) val deviceProfile = BlissLauncher.getApplication(mContext).deviceProfile setPadding( paddingLeft, paddingTop, paddingRight, paddingBottom + insets.systemWindowInsetBottom paddingRight, insets.systemWindowInsetBottom ) } } No newline at end of file Loading
app/src/main/java/foundation/e/blisslauncher/core/customviews/InsettableFrameLayout.kt +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ class InsettableFrameLayout(private val mContext: Context, attrs: AttributeSet?) val deviceProfile = BlissLauncher.getApplication(mContext).deviceProfile setPadding( paddingLeft, paddingTop, paddingRight, paddingBottom + insets.systemWindowInsetBottom paddingRight, insets.systemWindowInsetBottom ) } } No newline at end of file