Added binding between navigation view and navigation components

Removed bunch of code focusing on the hamburger not being stationary
This commit is contained in:
Viktor De Pasquale
2019-04-11 21:17:54 +02:00
parent 94ba7cb0c5
commit 0efaddff23
8 changed files with 70 additions and 128 deletions
@@ -31,4 +31,8 @@ object Navigation {
navDirections { destination = R.id.logFragment }
}
object Main {
const val OPEN_NAV = 1
}
}