Revert "fix: maybe fixing the nightly updater issue"

This reverts commit 46398f7bad.
This commit is contained in:
LucasGGamerM
2023-04-15 12:48:57 -03:00
parent 181fa1383b
commit 249dd5c0e5

View File

@@ -212,7 +212,6 @@ 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
/*