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 3068de0 commit 06543ccCopy full SHA for 06543cc
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