mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Navigate from setup to messages when account set
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user