mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Initial changes for handling configuration changes dynamically
Bug: 71709920 Change-Id: I88cf2229dea28d01c13a5a76d2290e91b07d095e
This commit is contained in:
@@ -113,6 +113,10 @@ abstract class BaseWidgetSheet extends AbstractSlideInView
|
||||
|
||||
protected void onCloseComplete() {
|
||||
super.onCloseComplete();
|
||||
clearNavBarColor();
|
||||
}
|
||||
|
||||
protected void clearNavBarColor() {
|
||||
mLauncher.getSystemUiController().updateUiState(
|
||||
SystemUiController.UI_STATE_WIDGET_BOTTOM_SHEET, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user