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

Commit 1581f8c7 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed an accessibility issue with the pin view" into oc-dev am: 06fdcf8a am: 1d9c84b3

am: dddc362b

Change-Id: Ie5ca3300ff77bb925c62bba109eda8d839398c22
parents 38b28ad6 dddc362b
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -29,10 +29,8 @@ import android.graphics.Rect;
import android.graphics.Typeface;
import android.os.PowerManager;
import android.os.SystemClock;
import android.os.UserHandle;
import android.provider.Settings;
import android.text.InputType;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.view.Gravity;
import android.view.View;
@@ -252,9 +250,9 @@ public class PasswordTextView extends View {
            mText = mText.substring(0, length - 1);
            CharState charState = mTextChars.get(length - 1);
            charState.startRemoveAnimation(0, 0);
            sendAccessibilityEventTypeViewTextChanged(textbefore, textbefore.length() - 1, 1, 0);
        }
        userActivity();
        sendAccessibilityEventTypeViewTextChanged(textbefore, textbefore.length() - 1, 1, 0);
    }

    public String getText() {