Skip to content

Commit 85b5cb5

Browse files
authored
Merge pull request #8200 from TacoTheDank/drawerLayoutSimpler
Use simpler DrawerLayout method
2 parents 6ed69d8 + 3a41912 commit 85b5cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ private void updateDrawerNavigation() {
721721
if (toggle != null) {
722722
toggle.syncState();
723723
toolbarLayoutBinding.toolbar.setNavigationOnClickListener(v -> mainBinding.getRoot()
724-
.openDrawer(GravityCompat.START));
724+
.open());
725725
mainBinding.getRoot().setDrawerLockMode(DrawerLayout.LOCK_MODE_UNDEFINED);
726726
}
727727
} else {

0 commit comments

Comments
 (0)