mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Small improvement
This commit is contained in:
@@ -109,7 +109,7 @@ public class FragmentLogs extends FragmentBase {
|
||||
@Override
|
||||
public void onScrolled(@NonNull RecyclerView recyclerView, int dx, int dy) {
|
||||
try {
|
||||
autoScroll = (llm.findFirstVisibleItemPosition() == 0);
|
||||
autoScroll = (llm.findFirstVisibleItemPosition() <= 0);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user