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 ac5e824 commit fae1026Copy full SHA for fae1026
firebase-app-distribution/src/main/java/com/google/firebase/appdistribution/InstallApkClient.java
@@ -62,12 +62,6 @@ void handleAppResume(Activity activity) {
62
&& cachedInstallApkPath != null
63
&& !cachedInstallApkPath.isEmpty()) {
64
startInstallActivity(cachedInstallApkPath, activity);
65
- } else {
66
- safeSetTaskException(
67
- installTaskCompletionSource,
68
- new FirebaseAppDistributionException(
69
- Constants.ErrorMessages.APK_INSTALLATION_FAILED,
70
- FirebaseAppDistributionException.Status.INSTALLATION_FAILURE));
71
}
72
73
0 commit comments