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

Commit de0b0b1b authored by Wenhui Yang's avatar Wenhui Yang
Browse files

Fix SideFps indicator being covered

Made SideFps overlay have higher window priority

Test: Manual - rotate the device and observe the indicator is not being
covered anymore.
Fixes: 284087658

Change-Id: Ifc22897dfd9bd839c6c6fc544e5fc0b004d41c98
parent 71aad2a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ constructor(
        WindowManager.LayoutParams(
                WindowManager.LayoutParams.WRAP_CONTENT,
                WindowManager.LayoutParams.WRAP_CONTENT,
                WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG,
                WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL,
                Utils.FINGERPRINT_OVERLAY_LAYOUT_PARAM_FLAGS,
                PixelFormat.TRANSLUCENT
            )