forked from melod1n/fast-messenger
refactor(settings): route settings UI through intents and navigation effects
This commit is contained in:
@@ -641,7 +641,7 @@ class LongPollUpdatesParser(
|
||||
).listenValue(this) { state ->
|
||||
state.processState(
|
||||
error = { error ->
|
||||
logger.error(this::class, "loadMessage(): ERROR: $error")
|
||||
logger.error(this@LongPollUpdatesParser::class, "loadMessage(): ERROR: $error")
|
||||
continuation.resume(null)
|
||||
},
|
||||
success = { response ->
|
||||
@@ -670,7 +670,7 @@ class LongPollUpdatesParser(
|
||||
).listenValue(coroutineScope) { state ->
|
||||
state.processState(
|
||||
error = { error ->
|
||||
logger.error(this::class, "loadConvo(): ERROR: $error")
|
||||
logger.error(this@LongPollUpdatesParser::class, "loadConvo(): ERROR: $error")
|
||||
continuation.resume(null)
|
||||
},
|
||||
success = { response ->
|
||||
|
||||
Reference in New Issue
Block a user