mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 22:22:10 +08:00
Disable autoupdater in Google Play edition
This commit is contained in:
@@ -184,7 +184,8 @@ public class LauncherActivity extends Activity {
|
||||
}
|
||||
} );
|
||||
|
||||
if(mPref.getBoolean("check_updates", true))
|
||||
if( !XashConfig.GP_VERSION && // disable autoupdater for Google Play
|
||||
mPref.getBoolean("check_updates", true))
|
||||
{
|
||||
new CheckUpdate(true, updateToBeta.isChecked()).execute(UPDATE_LINK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user