wrong override, tried to check equality with boolean type when wrapping with navigation container was requested
This commit is contained in:
parent
c5ebcc31a9
commit
a35031367b
|
|
@ -38,8 +38,8 @@ class BottomNavigationController(
|
|||
if (wrapWithNavigationContainer) {
|
||||
super.isTabClass(tab, fragment)
|
||||
} else {
|
||||
(fragment as ViewControllerFragment<*, *>).viewControllerClass
|
||||
} === tab.cls
|
||||
(fragment as ViewControllerFragment<*, *>).viewControllerClass === tab.cls
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue