mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
remove unnecessary textview
This commit is contained in:
parent
2cbdddffc3
commit
0ebdb7e343
1 changed files with 0 additions and 2 deletions
|
@ -58,8 +58,6 @@ public class ParticipateActivity extends FileActivity {
|
|||
|
||||
|
||||
private void setupContent() {
|
||||
TextView betaView = (TextView) findViewById(R.id.participate_beta_text);
|
||||
|
||||
TextView rcView = (TextView) findViewById(R.id.participate_release_candidate_text);
|
||||
rcView.setMovementMethod(LinkMovementMethod.getInstance());
|
||||
|
||||
|
|
Loading…
Reference in a new issue