parent
42e3212f2c
commit
39fee79d2d
|
|
@ -42,7 +42,8 @@ abstract class MviViewModel<NavArgs : Parcelable, Action : ViewAction, State : V
|
|||
|
||||
private val mediatorStore = MediatorStore(
|
||||
listOfNotNull(
|
||||
LoggingMediator(this::class.simpleName!!).takeIf { BuildConfig.DEBUG }
|
||||
// https://github.com/TouchInstinct/RoboSwag/issues/180
|
||||
// LoggingMediator(this::class.simpleName!!).takeIf { BuildConfig.DEBUG }
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,8 @@ abstract class Store<Change : StateChange, Effect : SideEffect, State : ViewStat
|
|||
|
||||
private val mediatorStore = MediatorStore(
|
||||
listOfNotNull(
|
||||
LoggingMediator(this::class.simpleName!!).takeIf { BuildConfig.DEBUG }
|
||||
// https://github.com/TouchInstinct/RoboSwag/issues/180
|
||||
// LoggingMediator(this::class.simpleName!!).takeIf { BuildConfig.DEBUG }
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue