Small fix

This commit is contained in:
M66B 2018-12-27 11:41:59 +00:00
parent 8c9c3951cf
commit 7ef2418591
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ public class FragmentAccount extends FragmentEx {
new Handler().post(new Runnable() { new Handler().post(new Runnable() {
@Override @Override
public void run() { public void run() {
((ScrollView) view).smoothScrollTo(0, cbPrimary.getTop()); ((ScrollView) view).smoothScrollTo(0, cbSynchronize.getTop());
} }
}); });
} }