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:
Adam Brown 2022-02-18 11:30:47 +00:00
parent 7ded9007db
commit 10e4fd1707
1 changed files with 1 additions and 0 deletions

View File

@ -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", "")