|
|
@ -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() {
|
|
|
|