Simplification

This commit is contained in:
M66B 2022-11-23 11:55:42 +01:00
parent 7ff710f1b4
commit b7aa312eb3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 &#8230;</string>
<string name="title_translate_key">Enter key</string>