Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
X1nto committed Mar 17, 2020
1 parent 50537b5 commit 2b03103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/vanced/manager/MainActivity.kt
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
val navView: BottomNavigationView = findViewById(R.id.nav_view)
val navView: BottomNavigationView = findViewById(R.id.navigation_home)

val navController = findNavController(R.id.mobile_navigation)
// Passing each menu ID as a set of Ids because each

0 comments on commit 2b03103

Please sign in to comment.