Fix linting issue
This commit is contained in:
parent
a972832aae
commit
216092888a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class MainActivity : AppCompatActivity() {
|
|||
if (appPreferences.offlineMode) {
|
||||
appPreferences.isOffline = true
|
||||
}
|
||||
|
||||
|
||||
if (appPreferences.isOffline) {
|
||||
navView.menu.clear()
|
||||
navView.inflateMenu(CoreR.menu.bottom_nav_menu_offline)
|
||||
|
|
Loading…
Reference in a new issue