Open navigation properties
This commit is contained in:
parent
7b828e0e50
commit
bbffaffee3
|
|
@ -13,7 +13,7 @@ abstract class NavigationActivity : BaseActivity() {
|
|||
|
||||
protected open val transition = FragmentTransaction.TRANSIT_NONE
|
||||
|
||||
val navigation by lazy {
|
||||
open val navigation by lazy {
|
||||
ViewControllerNavigation<NavigationActivity>(
|
||||
this,
|
||||
supportFragmentManager,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import ru.touchin.roboswag.components.navigation.viewcontrollers.ViewControllerN
|
|||
*/
|
||||
abstract class BottomNavigationActivity : NavigationActivity() {
|
||||
|
||||
val innerNavigation by lazy {
|
||||
open val innerNavigation by lazy {
|
||||
getNavigationContainer(supportFragmentManager)?.navigation ?: navigation as ViewControllerNavigation<BottomNavigationActivity>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue