We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16da76 commit 26e6159Copy full SHA for 26e6159
app/src/main/java/io/github/krlvm/powertunnel/android/activities/AboutActivity.java
@@ -66,7 +66,7 @@ protected void onCreate(Bundle savedInstanceState) {
66
progress.setMessage(getString(R.string.dialog_update_checking_message, BuildConfig.VERSION_NAME));
67
progress.show();
68
69
- Updater.checkUpdatesIfNecessary(this, (info) -> {
+ Updater.checkUpdates((info) -> {
70
progress.dismiss();
71
if(info != null && info.isReady()) {
72
Updater.showUpdateDialog(this, info);
0 commit comments