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 da42c2f commit 49b7671Copy full SHA for 49b7671
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/ScreenshotTaker.java
@@ -97,7 +97,7 @@ Task<Bitmap> captureScreenshot() {
97
if (activity == null) {
98
// TakeScreenshotAndStartFeedbackActivity was the current activity and there was no
99
// active previous activity
100
- return null;
+ return Tasks.forResult(null);
101
}
102
// We only take the screenshot here because this will be called on the main thread, so we
103
// want to do as little work as possible
0 commit comments