mirror of https://github.com/M66B/FairEmail.git
Scroll to manual
This commit is contained in:
parent
df703b1c12
commit
16f620d77c
|
@ -365,6 +365,17 @@ public class FragmentSetup extends FragmentBase {
|
|||
public void onClick(View v) {
|
||||
manual = !manual;
|
||||
updateManual();
|
||||
if (manual)
|
||||
view.post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
scrollTo(R.id.ibManual, 0);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue