1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 09:17:58 +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();
// Compose FAB
if (viewType != AdapterMessage.ViewType.THREAD) {
Bundle args = new Bundle();
args.putLong("folder", folder);
args.putLong("thread", thread);
@ -578,6 +579,7 @@ public class FragmentMessages extends FragmentEx {
}
}.load(this, args);
}
}
@Override
public void onResume() {