fix: maybe fixing the nightly updater issue

This commit is contained in:
LucasGGamerM 2023-04-12 16:32:15 -03:00
parent 7c6087c1f5
commit 46398f7bad
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ public class GithubSelfUpdaterImpl extends GithubSelfUpdater{
}
intent.setDataAndType(uri, "application/vnd.android.package-archive");
activity.startActivity(intent);
setState(UpdateState.NO_UPDATE);
// TODO figure out how to restart the app when updating via this new API
/*