mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
Fixed update check
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user