mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-20 21:27:07 +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<>();
|
logs = new ArrayList<>();
|
||||||
|
|
||||||
adapter.set(logs);
|
adapter.set(logs);
|
||||||
|
rvLog.scrollToPosition(0);
|
||||||
|
|
||||||
pbWait.setVisibility(View.GONE);
|
pbWait.setVisibility(View.GONE);
|
||||||
grpReady.setVisibility(View.VISIBLE);
|
grpReady.setVisibility(View.VISIBLE);
|
||||||
|
|
Loading…
Reference in a new issue