mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Fixed update check
This commit is contained in:
parent
96edfbcef9
commit
651da3d3cd
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
}, new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
if (Helper.isPlayStoreInstall(ActivityView.this)) {
|
||||
if (!Helper.isPlayStoreInstall(ActivityView.this)) {
|
||||
drawerLayout.closeDrawer(drawerContainer);
|
||||
checkUpdate(true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue