From 275bdcfced8344c72741b8b63b00ec17dbd8a5b2 Mon Sep 17 00:00:00 2001 From: Michael Mikhail Date: Sat, 22 Oct 2022 01:54:27 +0000 Subject: [PATCH] [Media TTT] Show icon on top of taskbar This issue occurs on tablet, change the type of window layout param to system error which is higher than navigation bar makes the icon appears on top of the taskbar. Fixes: 240550807 Test: Checked that the icon shows on top of the taskbar using adb commands. Change-Id: I455cd6202f0638cc196a6e690bb1806dba916f10 --- .../temporarydisplay/TemporaryViewDisplayController.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/temporarydisplay/TemporaryViewDisplayController.kt b/packages/SystemUI/src/com/android/systemui/temporarydisplay/TemporaryViewDisplayController.kt index d5d904c50f209..f0a50de02b3a5 100644 --- a/packages/SystemUI/src/com/android/systemui/temporarydisplay/TemporaryViewDisplayController.kt +++ b/packages/SystemUI/src/com/android/systemui/temporarydisplay/TemporaryViewDisplayController.kt @@ -17,7 +17,6 @@ package com.android.systemui.temporarydisplay import android.annotation.LayoutRes -import android.annotation.SuppressLint import android.content.Context import android.graphics.PixelFormat import android.graphics.Rect @@ -67,11 +66,10 @@ abstract class TemporaryViewDisplayController