mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Merge changes Id68b6c37,I16d39d3e into sc-dev
* changes: Fix a couple of crashes when taskbar isn't yet attached Subtract taskbar size from DeviceProfile#availableHeight
This commit is contained in:
committed by
Android (Google) Code Review
commit
aa14b19725
@@ -197,6 +197,10 @@ public class DisplayController implements DisplayListener {
|
||||
return new Info(displayContext, display);
|
||||
}
|
||||
|
||||
public Context getDisplayContext() {
|
||||
return mDisplayContext;
|
||||
}
|
||||
|
||||
protected void handleOnChange() {
|
||||
Info oldInfo = mInfo;
|
||||
Info newInfo = createInfoForContext(mDisplayContext);
|
||||
|
||||
Reference in New Issue
Block a user