Simplification

pull/210/head
M66B 2 years ago
parent 7ff710f1b4
commit b7aa312eb3

@ -51,7 +51,7 @@ public class FragmentDialogSelectIdentity extends FragmentDialogBase {
@Override @Override
public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) { public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) {
View view = super.getView(position, convertView, parent); View view = super.getView(position, convertView, parent);
TupleIdentityEx identity = (TupleIdentityEx) getItem(position); TupleIdentityEx identity = getItem(position);
View vwColor = view.findViewById(R.id.vwColor); View vwColor = view.findViewById(R.id.vwColor);
TextView tv = view.findViewById(android.R.id.text1); 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_contact_group">Insert contact group</string>
<string name="title_insert_template">Insert template</string> <string name="title_insert_template">Insert template</string>
<string name="title_create_template">Create 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">Translate</string>
<string name="title_translate_configure">Configure &#8230;</string> <string name="title_translate_configure">Configure &#8230;</string>
<string name="title_translate_key">Enter key</string> <string name="title_translate_key">Enter key</string>

Loading…
Cancel
Save