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

Commit 17994a1d authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Blinking cursor in Talk

I verified that this fixes the unblinking cursor problem in Talk.

Change-Id: I5e3e5c8ad5cf3d8479462495107bf93e5e4fb956
parent be5f49fb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1209,6 +1209,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();
    }

    /**