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
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user