Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb8025e8 authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Android (Google) Code Review
Browse files

Merge "Replace button_dismiss with dismiss_button" into rvc-dev

parents 7c94bc0f 341b489e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ public class DirectoryListBot extends Bots.BaseBot {
    private UiObject findHeaderMessageButton() {
        return findObject(
                mDirContainerId,
                mTargetPackage + ":id/button_dismiss");
                mTargetPackage + ":id/dismiss_button");
    }

    private UiObject findPlaceholderMessageTextView() {