fix: maybe fixing the nightly updater issue
This commit is contained in:
parent
7c6087c1f5
commit
46398f7bad
|
@ -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
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue