Fixed update check

This commit is contained in:
M66B 2019-04-30 08:14:56 +02:00
parent 96edfbcef9
commit 651da3d3cd
1 changed files with 1 additions and 1 deletions

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