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

Commit f818511d authored by Mark Wagner's avatar Mark Wagner
Browse files

bugfix 5513340 Insertion pointer (vertical beam) behaves oddly in Talk's message composition field

Seems like we should be calling makeBlink from setEnabled

Change-Id: I5b0433ba438a693f53d29e8ff7d4d853acc96bba
parent b4a9fd9f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1208,6 +1208,9 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
            InputMethodManager imm = InputMethodManager.peekInstance();
            if (imm != null) imm.restartInput(this);
        }

        // start or stop the cursor blinking as appropriate
        makeBlink();
    }

    /**