1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Compose in message lists only

This commit is contained in:
M66B 2018-10-17 08:20:16 +00:00
parent 4948e2b9ba
commit f336306606

View file

@ -529,6 +529,7 @@ public class FragmentMessages extends FragmentEx {
loadMessages(); loadMessages();
// Compose FAB // Compose FAB
if (viewType != AdapterMessage.ViewType.THREAD) {
Bundle args = new Bundle(); Bundle args = new Bundle();
args.putLong("folder", folder); args.putLong("folder", folder);
args.putLong("thread", thread); args.putLong("thread", thread);
@ -578,6 +579,7 @@ public class FragmentMessages extends FragmentEx {
} }
}.load(this, args); }.load(this, args);
} }
}
@Override @Override
public void onResume() { public void onResume() {