mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Set "no personalized learning" flag for all text input.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/choose_password"
|
||||
android:imeOptions="actionNext"
|
||||
android:imeOptions="flagNoPersonalizedLearning|actionNext"
|
||||
android:inputType="textPassword"
|
||||
android:maxLines="1">
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/confirm_password"
|
||||
android:imeOptions="actionNext"
|
||||
android:imeOptions="flagNoPersonalizedLearning|actionNext"
|
||||
android:inputType="textPassword"
|
||||
android:maxLines="1" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
Reference in New Issue
Block a user