mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Push a potential fix for hotseat aggregation
This could be caused by landscape layout not receiving inset changes Adding logs for hotseat layout info as well Bug: 335141365 Flag: EXEMPT bugfix Test: N/A Change-Id: I987f8622907a10fac5375ddddac3db2c5eba41c1
This commit is contained in:
@@ -147,7 +147,8 @@ public abstract class BaseDraggingActivity extends BaseActivity
|
||||
|
||||
@Override
|
||||
public void onDisplayInfoChanged(Context context, Info info, int flags) {
|
||||
if ((flags & CHANGE_ROTATION) != 0 && mDeviceProfile.updateIsSeascape(this)) {
|
||||
if ((flags & CHANGE_ROTATION) != 0 && mDeviceProfile.isVerticalBarLayout()) {
|
||||
mDeviceProfile.updateIsSeascape(this);
|
||||
reapplyUi();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user