Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18c4d670 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by Amit Kumar
Browse files

BlissLauncher: InsettableFrameLayout: Remove systemWindowInsetBottom

parent c11eb610
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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