Skip to content

Commit

Permalink
fixup! Upgrade Material and Lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Sep 8, 2024
1 parent 54f40da commit fa6336f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import static androidx.test.espresso.matcher.ViewMatchers.withId;
import static androidx.test.espresso.matcher.ViewMatchers.withParent;
import static androidx.test.espresso.matcher.ViewMatchers.withText;
import static com.orgzly.android.espresso.util.EspressoUtils.grantAlarmsAndRemindersPermission;
import static com.orgzly.android.espresso.util.EspressoUtils.onItemInAgenda;
import static com.orgzly.android.espresso.util.EspressoUtils.onNotesInAgenda;
import static com.orgzly.android.espresso.util.EspressoUtils.recyclerViewItemCount;
Expand Down Expand Up @@ -64,6 +65,7 @@ private ActivityScenario<MainActivity> defaultSetUp() {
"**** Note 2\n" +
"SCHEDULED: <2014-01-04 Sat>--<2044-01-10 Fri>\n");

grantAlarmsAndRemindersPermission();
return ActivityScenario.launch(MainActivity.class);
}

Expand Down

0 comments on commit fa6336f

Please sign in to comment.