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

Commit 6e0e0ec9 authored by Leon Scroggins's avatar Leon Scroggins
Browse files

Fix password field drawing.

Bug:3499916

Change-Id: Idb10e9780e6a0cfecd6228de0fbfd4a1035ab61e
parent 9d30f5bc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -947,6 +947,8 @@ import junit.framework.Assert;
        @Override
        public void setBounds(int left, int top, int right, int bottom) {
            super.setBounds(left, top, right, bottom);
            bottom--;
            right -= 2;
            // Top line
            mLines[0] = left;
            mLines[1] = top + 1;