Scroll to advanced button

This commit is contained in:
M66B
2018-12-27 17:04:10 +00:00
parent 38d4c4ae88
commit 0ee99f20dc
2 changed files with 2 additions and 4 deletions

View File

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