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