From 28f21297e4d700384f0d445fd4a296ad2bcc496a Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Mon, 3 May 2021 23:38:48 +0530 Subject: Add FakeLocation and InternetActivityPrivacy feature --- .../java/foundation/e/flowmvi/feature/BaseFeature.kt | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'flow-mvi/src/main/java/foundation/e') diff --git a/flow-mvi/src/main/java/foundation/e/flowmvi/feature/BaseFeature.kt b/flow-mvi/src/main/java/foundation/e/flowmvi/feature/BaseFeature.kt index f7236ca..8dec0c4 100644 --- a/flow-mvi/src/main/java/foundation/e/flowmvi/feature/BaseFeature.kt +++ b/flow-mvi/src/main/java/foundation/e/flowmvi/feature/BaseFeature.kt @@ -101,8 +101,8 @@ open class BaseFeature + logger.invoke("View actions flow completed: $cause") } .collectIntoHandler(this, logger) } @@ -142,19 +142,3 @@ open class BaseFeature feature( - initialState: State, - actor: Actor, - reducer: Reducer, - coroutineScope: CoroutineScope, - defaultLogger: Logger = {}, - singleEventProducer: SingleEventProducer? = null -) = BaseFeature( - initialState, - actor, - reducer, - coroutineScope, - defaultLogger, - singleEventProducer -) -- cgit v1.2.1