mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 21:57:19 +00:00
Small fix
This commit is contained in:
parent
8c9c3951cf
commit
7ef2418591
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ public class FragmentAccount extends FragmentEx {
|
|||
new Handler().post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
((ScrollView) view).smoothScrollTo(0, cbPrimary.getTop());
|
||||
((ScrollView) view).smoothScrollTo(0, cbSynchronize.getTop());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue