mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 02:50:56 +01:00
Fixes
This commit is contained in:
@@ -3302,6 +3302,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
final ArrayAdapter<EntityAnswer> adapter =
|
||||
new ArrayAdapter<>(getContext(), R.layout.spinner_item1, android.R.id.text1);
|
||||
|
||||
// TODO: spinner
|
||||
new SimpleTask<List<EntityAnswer>>() {
|
||||
@Override
|
||||
protected List<EntityAnswer> onExecute(Context context, Bundle args) {
|
||||
@@ -3334,7 +3335,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
sendResult(RESULT_OK);
|
||||
}
|
||||
})
|
||||
.show();
|
||||
.create();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user