mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 18:59:01 +00:00
Disable log auto scroll
This commit is contained in:
parent
646180a856
commit
a0935be3af
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class FragmentLogs extends FragmentEx {
|
|||
logs = new ArrayList<>();
|
||||
|
||||
adapter.set(logs);
|
||||
rvLog.scrollToPosition(0);
|
||||
//rvLog.scrollToPosition(0);
|
||||
|
||||
pbWait.setVisibility(View.GONE);
|
||||
grpReady.setVisibility(View.VISIBLE);
|
||||
|
|
Loading…
Reference in a new issue