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

Commit d7c5acdf authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am e606a788: am 0218970a: Merge "Fix error overwriting when restoring error"

* commit 'e606a788':
  Fix error overwriting when restoring error
parents 47379f30 e606a788
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3813,8 +3813,10 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
            // Display the error later, after the first layout pass
            post(new Runnable() {
                public void run() {
                    if (mEditor == null || !mEditor.mErrorWasChanged) {
                        setError(error);
                    }
                }
            });
        }
    }