File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 2323import android .os .Bundle ;
2424import android .text .method .LinkMovementMethod ;
2525import android .view .View ;
26- import android .widget .Button ;
2726import android .widget .CheckBox ;
2827import android .widget .EditText ;
2928import android .widget .ImageView ;
@@ -72,9 +71,7 @@ private void setupView() {
7271 infoTextView .setMovementMethod (LinkMovementMethod .getInstance ());
7372
7473 findViewById (R .id .backButton ).setOnClickListener (v -> finish ());
75-
76- Button sendButton = this .findViewById (R .id .sendButton );
77- sendButton .setOnClickListener (this ::submitFeedback );
74+ findViewById (R .id .sendButton ).setOnClickListener (this ::submitFeedback );
7875
7976 Bitmap screenshot = screenshotUri == null ? null : readScreenshot ();
8077 if (screenshot != null ) {
You can’t perform that action at this time.
0 commit comments