Skip to content

Commit

Permalink
- remove setDisplayHomeAsUpEnabled from no navigation icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycoola committed Jul 11, 2018
1 parent 0e09b29 commit 737a000
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion liband/src/main/java/com/liband/BaseActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public void onClick(View v) {
}
});
} else {
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
toolbar.setNavigationOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Expand Down

0 comments on commit 737a000

Please sign in to comment.