Skip to content

Commit

Permalink
Disabled automatic apk update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitris Papavasiliou committed Oct 3, 2018
1 parent 0a91b83 commit 9aa9821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/thoughtcrime/securesms/jobs/UpdateApkJob.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void onAdded() {}

@Override
public void onRun() throws IOException, PackageManager.NameNotFoundException {
if (!BuildConfig.PLAY_STORE_DISABLED) return;
if (true || !BuildConfig.PLAY_STORE_DISABLED) return;

Log.i(TAG, "Checking for APK update...");

Expand Down

0 comments on commit 9aa9821

Please sign in to comment.