mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
What is an identity?
This commit is contained in:
@@ -70,6 +70,7 @@ public class FragmentSetup extends FragmentBase {
|
||||
|
||||
private TextView tvIdentityDone;
|
||||
private Button btnIdentity;
|
||||
private TextView tvIdentityWhat;
|
||||
private TextView tvNoIdentities;
|
||||
|
||||
private TextView tvPermissionsDone;
|
||||
@@ -116,6 +117,7 @@ public class FragmentSetup extends FragmentBase {
|
||||
|
||||
tvIdentityDone = view.findViewById(R.id.tvIdentityDone);
|
||||
btnIdentity = view.findViewById(R.id.btnIdentity);
|
||||
tvIdentityWhat = view.findViewById(R.id.tvIdentityWhat);
|
||||
tvNoIdentities = view.findViewById(R.id.tvNoIdentities);
|
||||
|
||||
tvPermissionsDone = view.findViewById(R.id.tvPermissionsDone);
|
||||
@@ -231,6 +233,14 @@ public class FragmentSetup extends FragmentBase {
|
||||
}
|
||||
});
|
||||
|
||||
tvIdentityWhat.setPaintFlags(tvIdentityWhat.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
|
||||
tvIdentityWhat.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
Helper.viewFAQ(getContext(), 9);
|
||||
}
|
||||
});
|
||||
|
||||
btnPermissions.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
|
||||
Reference in New Issue
Block a user