Always allow showing account/identity passwords

Concerned people can use biometric authentication or a PIN
This commit is contained in:
M66B
2019-11-15 10:51:59 +01:00
parent b579e283e5
commit 1c97002cdc
3 changed files with 0 additions and 11 deletions

View File

@@ -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);