mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-06 19:48:48 +00:00
Enabled WindowLayoutInfo for all release types
This commit is contained in:
parent
b2e08a855e
commit
a12f3d66ec
1 changed files with 4 additions and 4 deletions
|
@ -1186,7 +1186,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
@Override
|
||||
protected void onStart() {
|
||||
super.onStart();
|
||||
if (!Helper.isPlayStoreInstall())
|
||||
|
||||
infoTracker.addWindowLayoutInfoListener(this, Runnable::run, layoutStateChangeCallback);
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.VANILLA_ICE_CREAM &&
|
||||
|
@ -1202,7 +1202,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
@Override
|
||||
protected void onStop() {
|
||||
super.onStop();
|
||||
if (!Helper.isPlayStoreInstall())
|
||||
|
||||
infoTracker.removeWindowLayoutInfoListener(layoutStateChangeCallback);
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.VANILLA_ICE_CREAM &&
|
||||
|
|
Loading…
Add table
Reference in a new issue