Skip to content

Commit

Permalink
#6418 y #6419
Browse files Browse the repository at this point in the history
  • Loading branch information
aabreu1 committed Aug 16, 2016
1 parent 8499870 commit e70fa52
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ private void setUpScreenComponents(){

accept_btn = (Button) findViewById(R.id.accept_btn);
cancel_btn = (Button) findViewById(R.id.cancel_btn);
confirmText = (FermatTextView) findViewById(R.id.description_msg);
confirmText.setText("");
accept_btn.setOnClickListener(this);
cancel_btn.setOnClickListener(this);

Expand Down

0 comments on commit e70fa52

Please sign in to comment.