1
0
Fork 0
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:
M66B 2019-04-30 08:14:56 +02:00
parent 96edfbcef9
commit 651da3d3cd

View file

@ -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);
}