mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Small fix
This commit is contained in:
@@ -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());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user