mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Add a content overlay for auto-enter w/o a source hint rect
Bug: 184703546 Test: Swipe up from app with auto-enter but no source hint rect Signed-off-by: Winson Chung <winsonc@google.com> Change-Id: Ib6f03dc6b11d37c44d732c75adabf45d1795fefc
This commit is contained in:
@@ -92,7 +92,7 @@ public class Themes {
|
||||
return getAttrColor(context, android.R.attr.colorAccent);
|
||||
}
|
||||
|
||||
/** Returns the floating background color attribute. */
|
||||
/** Returns the background color attribute. */
|
||||
public static int getColorBackground(Context context) {
|
||||
return getAttrColor(context, android.R.attr.colorBackground);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user