Resume pending APK install
Gitea Android APK / build (push) Failing after 1s
Gitea Smoke / smoke (push) Successful in 0s

This commit is contained in:
Codex
2026-07-06 12:38:44 +00:00
parent fc1cf589a7
commit 67968654cb
4 changed files with 50 additions and 4 deletions
@@ -2019,6 +2019,14 @@ public final class MainActivity extends Activity {
super.onBackPressed();
}
@Override
protected void onResume() {
super.onResume();
if (updateManager != null) {
updateManager.resumePendingInstall();
}
}
@Override
protected void onDestroy() {
closeTerminalSocket();