mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Scroll to advanced button
This commit is contained in:
@@ -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());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user