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 67bd46d commit 6f6b7cbCopy full SHA for 6f6b7cb
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FeedbackActivity.java
@@ -102,6 +102,7 @@ protected void onSaveInstanceState(@NonNull Bundle outState) {
102
outState.putString(RELEASE_NAME_KEY, releaseName);
103
outState.putCharSequence(INFO_TEXT_KEY, infoText);
104
outState.putString(SCREENSHOT_URI_KEY, screenshotUri.toString());
105
+ outState.putString(FEEDBACK_TRIGGER_KEY, feedbackTrigger.toString());
106
super.onSaveInstanceState(outState);
107
}
108
0 commit comments