mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Always allow showing account/identity passwords
Concerned people can use biometric authentication or a PIN
This commit is contained in:
@@ -52,8 +52,6 @@ import com.google.android.material.textfield.TextInputLayout;
|
||||
import java.util.Date;
|
||||
|
||||
import static android.app.Activity.RESULT_OK;
|
||||
import static com.google.android.material.textfield.TextInputLayout.END_ICON_NONE;
|
||||
import static com.google.android.material.textfield.TextInputLayout.END_ICON_PASSWORD_TOGGLE;
|
||||
|
||||
public class FragmentPop extends FragmentBase {
|
||||
private ViewGroup view;
|
||||
@@ -165,8 +163,6 @@ public class FragmentPop extends FragmentBase {
|
||||
// Initialize
|
||||
Helper.setViewsEnabled(view, false);
|
||||
|
||||
tilPassword.setEndIconMode(id < 0 ? END_ICON_PASSWORD_TOGGLE : END_ICON_NONE);
|
||||
|
||||
pbSave.setVisibility(View.GONE);
|
||||
grpError.setVisibility(View.GONE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user