Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Remove drawer toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
AnGgIt86 committed Sep 12, 2024
1 parent 7ff580e commit c1d0225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/kotlin/com/neko/v2ray/ui/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ class MainActivity : BaseActivity(), NavigationView.OnNavigationItemSelectedList
val toggle = ActionBarDrawerToggle(
this, binding.drawerLayout, binding.toolbar, R.string.navigation_drawer_open, R.string.navigation_drawer_close
)
binding.drawerLayout.addDrawerListener(toggle)
toggle.syncState()
// binding.drawerLayout.addDrawerListener(toggle)
// toggle.syncState()
binding.navView.setNavigationItemSelectedListener(this)

initGroupTab()
Expand Down

0 comments on commit c1d0225

Please sign in to comment.