Skip to content

Commit 26e6159

Browse files
committed
Fixed an issue when updater did not work on demand
1 parent b16da76 commit 26e6159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/io/github/krlvm/powertunnel/android/activities/AboutActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected void onCreate(Bundle savedInstanceState) {
6666
progress.setMessage(getString(R.string.dialog_update_checking_message, BuildConfig.VERSION_NAME));
6767
progress.show();
6868

69-
Updater.checkUpdatesIfNecessary(this, (info) -> {
69+
Updater.checkUpdates((info) -> {
7070
progress.dismiss();
7171
if(info != null && info.isReady()) {
7272
Updater.showUpdateDialog(this, info);

0 commit comments

Comments
 (0)