Rework how activities interact when forwarding/sharing (#2549)

This commit is contained in:
Hocuri 2023-05-02 10:34:31 +02:00 committed by GitHub
parent aa3e7195b2
commit 0e27d445ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 186 additions and 123 deletions

View file

@ -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)));
}