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

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

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

* commit '0218970a':
  Fix error overwriting when restoring error
parents e442e904 0218970a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3809,8 +3809,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);
                    }
                }
            });
        }
    }