Navigate from setup to messages when account set

This commit is contained in:
M66B
2018-08-11 16:50:30 +00:00
parent a3c9ebc6af
commit 7c294281c2
7 changed files with 49 additions and 62 deletions

View File

@@ -413,9 +413,9 @@ public class FragmentCompose extends FragmentEx {
args.putLong("id", id);
args.putParcelable("uri", data.getData());
new SimpleLoader<Object>() {
new SimpleLoader<Void>() {
@Override
public Object onLoad(Bundle args) throws IOException {
public Void onLoad(Bundle args) throws IOException {
Cursor cursor = null;
try {
Uri uri = args.getParcelable("uri");