mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 11:03:41 +02:00
Folder type specific scroll to top
This commit is contained in:
@@ -5066,7 +5066,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
if (autoscroll) {
|
||||
ActivityView activity = (ActivityView) getActivity();
|
||||
if (activity != null &&
|
||||
activity.isFolderUpdated(viewType == AdapterMessage.ViewType.UNIFIED ? -1L : folder))
|
||||
activity.isFolderUpdated(viewType == AdapterMessage.ViewType.UNIFIED ? null : folder, type))
|
||||
adapter.gotoTop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user