mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Merge pull request #8200 from TacoTheDank/drawerLayoutSimpler
Use simpler DrawerLayout method
This commit is contained in:
		| @@ -721,7 +721,7 @@ public class MainActivity extends AppCompatActivity { | ||||
|             if (toggle != null) { | ||||
|                 toggle.syncState(); | ||||
|                 toolbarLayoutBinding.toolbar.setNavigationOnClickListener(v -> mainBinding.getRoot() | ||||
|                         .openDrawer(GravityCompat.START)); | ||||
|                         .open()); | ||||
|                 mainBinding.getRoot().setDrawerLockMode(DrawerLayout.LOCK_MODE_UNDEFINED); | ||||
|             } | ||||
|         } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 litetex
					litetex