mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Auto scroll log to top
This commit is contained in:
@@ -85,6 +85,7 @@ public class FragmentLogs extends FragmentEx {
|
||||
logs = new ArrayList<>();
|
||||
|
||||
adapter.set(logs);
|
||||
rvLog.scrollToPosition(0);
|
||||
|
||||
pbWait.setVisibility(View.GONE);
|
||||
grpReady.setVisibility(View.VISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user