mirror of https://github.com/M66B/FairEmail.git
Simplification
This commit is contained in:
parent
7ff710f1b4
commit
b7aa312eb3
|
@ -51,7 +51,7 @@ public class FragmentDialogSelectIdentity extends FragmentDialogBase {
|
|||
@Override
|
||||
public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) {
|
||||
View view = super.getView(position, convertView, parent);
|
||||
TupleIdentityEx identity = (TupleIdentityEx) getItem(position);
|
||||
TupleIdentityEx identity = getItem(position);
|
||||
|
||||
View vwColor = view.findViewById(R.id.vwColor);
|
||||
TextView tv = view.findViewById(android.R.id.text1);
|
||||
|
|
|
@ -1496,7 +1496,7 @@
|
|||
<string name="title_insert_contact_group">Insert contact group</string>
|
||||
<string name="title_insert_template">Insert template</string>
|
||||
<string name="title_create_template">Create template</string>
|
||||
<string name="title_select_default_identity">Select default identity</string>
|
||||
<string name="title_select_default_identity">Select default address</string>
|
||||
<string name="title_translate">Translate</string>
|
||||
<string name="title_translate_configure">Configure …</string>
|
||||
<string name="title_translate_key">Enter key</string>
|
||||
|
|
Loading…
Reference in New Issue