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

Commit 85437be3 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: Icd30fe188fa5e8fa2e10e54c7a8e1a524ae6426b
parents e5940299 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() {