updating upstream avatar on profile picture save and continue step
- moves the personalisation state to a dedicated model to allow for back and forth state restoration
This commit is contained in:
parent
7ded9007db
commit
10e4fd1707
|
@ -21,6 +21,7 @@ import im.vector.app.core.platform.VectorViewEvents
|
|||
import im.vector.app.core.platform.VectorViewModel
|
||||
import im.vector.app.core.platform.VectorViewModelAction
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
import org.hamcrest.Matcher
|
||||
|
||||
fun String.trimIndentOneLine() = trimIndent().replace("\n", "")
|
||||
|
||||
|
|
Loading…
Reference in New Issue