1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 14:11:00 +00:00

Small fix

This commit is contained in:
M66B 2018-12-27 11:41:59 +00:00
parent 8c9c3951cf
commit 7ef2418591

View file

@ -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());
}
});
}