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 23
23
import android .os .Bundle ;
24
24
import android .text .method .LinkMovementMethod ;
25
25
import android .view .View ;
26
- import android .widget .Button ;
27
26
import android .widget .CheckBox ;
28
27
import android .widget .EditText ;
29
28
import android .widget .ImageView ;
@@ -72,9 +71,7 @@ private void setupView() {
72
71
infoTextView .setMovementMethod (LinkMovementMethod .getInstance ());
73
72
74
73
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 );
78
75
79
76
Bitmap screenshot = screenshotUri == null ? null : readScreenshot ();
80
77
if (screenshot != null ) {
You can’t perform that action at this time.
0 commit comments