mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Prevent crash
This commit is contained in:
@@ -769,7 +769,7 @@ public class FragmentMessages extends FragmentBase {
|
||||
}
|
||||
|
||||
private void updateSwipeRefresh() {
|
||||
swipeRefresh.setEnabled(pull && !swiping && selectionTracker == null || !selectionTracker.hasSelection());
|
||||
swipeRefresh.setEnabled(pull && !swiping && (selectionTracker == null || !selectionTracker.hasSelection()));
|
||||
}
|
||||
|
||||
private void scrollToVisibleItem(LinearLayoutManager llm, boolean bottom) {
|
||||
|
||||
Reference in New Issue
Block a user