mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Animate icon dimming in taskbar when force showing in immersive mode.
Test: manual Bug: 203748818 Change-Id: Iab3c65db502e7dbde3141429e9ae70eec1fabde1
This commit is contained in:
@@ -197,7 +197,7 @@ public class TaskbarStashController implements TaskbarControllers.LoggableTaskba
|
||||
/**
|
||||
* Returns whether the user can manually stash the taskbar based on the current device state.
|
||||
*/
|
||||
private boolean supportsManualStashing() {
|
||||
protected boolean supportsManualStashing() {
|
||||
return supportsVisualStashing()
|
||||
&& (!Utilities.IS_RUNNING_IN_TEST_HARNESS || supportsStashingForTests());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user