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

Commit c721b801 authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Automerger Merge Worker
Browse files

Merge "Replace button_dismiss with dismiss_button" into rvc-dev am: eb8025e8

Change-Id: Icaf289cbe5cb4d5759f9ea7d7eca667ac6ba9be4
parents 74c478d4 eb8025e8
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() {