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

Commit c6be7545 authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am 37661db7: AccessibilityNodeInfo refresh returns a stale state. - DO NOT MERGE

* commit '37661db7':
  AccessibilityNodeInfo refresh returns a stale state. - DO NOT MERGE
parents b1dc614d 37661db7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -721,7 +721,7 @@ public class AccessibilityNodeInfo implements Parcelable {
     * @return Whether the refresh succeeded.
     */
    public boolean refresh() {
        return refresh(false);
        return refresh(true);
    }

    /**