This commit is contained in:
M66B
2019-07-01 19:54:37 +02:00
parent 86822f4e79
commit 8f1d5cda93
3 changed files with 5 additions and 2 deletions

View File

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