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 5b04f1d commit 2bdd11aCopy full SHA for 2bdd11a
app/src/main/java/protect/videotranscoder/activity/MainActivity.java
@@ -117,7 +117,7 @@ protected void onCreate(Bundle savedInstanceState)
117
{
118
super.onCreate(savedInstanceState);
119
setContentView(R.layout.activity_main);
120
- final TextView selectVideo = findViewById(R.id.selectVideo);
+ final Button selectVideo = findViewById(R.id.selectVideo);
121
encodeButton = findViewById(R.id.encode);
122
123
tvLeft = findViewById(R.id.tvLeft);
0 commit comments