mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-19 04:41:34 +00:00
Auto scroll log to top
This commit is contained in:
parent
103667ae36
commit
553aecdd24
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue