mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-04 02:09:39 +02:00
Rework how activities interact when forwarding/sharing (#2549)
This commit is contained in:
parent
aa3e7195b2
commit
0e27d445ee
14 changed files with 186 additions and 123 deletions
|
@ -88,9 +88,6 @@ public class ForwardingTest {
|
|||
onView(withText(android.R.string.ok)).perform(click());
|
||||
onView(withId(R.id.title)).check(matches(withText("group")));
|
||||
|
||||
pressBack();
|
||||
onView(withId(R.id.title)).check(matches(withText(R.string.saved_messages)));
|
||||
|
||||
pressBack();
|
||||
onView(withId(R.id.toolbar_title)).check(matches(withText(R.string.connectivity_not_connected)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue