mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-12-26 09:58:20 +01:00
Workaround for crash
This commit is contained in:
parent
d1af8b7fa5
commit
c04acecb23
1 changed files with 4 additions and 2 deletions
|
@ -7366,7 +7366,9 @@ public class Dashboard extends ResourceWrapperActivity implements OnLongClickLis
|
|||
|
||||
@Override
|
||||
public void onSystemBarsSizeChanged() {
|
||||
configureSystemBarsPadding(mScreen.getCurrentRootPage().config);
|
||||
}
|
||||
Page page = mScreen.getCurrentRootPage();
|
||||
if(page != null) {
|
||||
configureSystemBarsPadding(page.config);
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue