Skip to content

Commit

Permalink
There's no need to set visibility to the title, as it's already visible.
Browse files Browse the repository at this point in the history
  • Loading branch information
roughike committed Mar 27, 2017
1 parent 0c8c8f1 commit 0e209b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ void prepareLayout() {

if (type != Type.TABLET && type != Type.TITLELESS) {
titleView = (TextView) findViewById(R.id.bb_bottom_bar_title);
titleView.setVisibility(VISIBLE);
updateTitle();
}

Expand Down

0 comments on commit 0e209b6

Please sign in to comment.