mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Simplification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user