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:
parent
4948e2b9ba
commit
f336306606
1 changed files with 41 additions and 39 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue