Iterate on QrCode login error buttons (#6101)
* Iterate on login error: add a cancel button that fully close the flow. tom * Fix compilation warning: `Name contains character(s) that can cause problems on Windows: "` * Update screenshots --------- Co-authored-by: ElementBot <android@element.io>
This commit is contained in:
commit
f4a9900a0d
41 changed files with 181 additions and 89 deletions
|
|
@ -1217,7 +1217,7 @@ class MessagesPresenterTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
fun `present - shows a "history" icon if the room is encrypted and history is shared`() = runTest {
|
||||
fun `present - shows a history icon if the room is encrypted and history is shared`() = runTest {
|
||||
val presenter = createMessagesPresenter(
|
||||
joinedRoom = FakeJoinedRoom(
|
||||
baseRoom = FakeBaseRoom(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue