mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Added scroll offset
This commit is contained in:
@@ -260,7 +260,7 @@ public class FragmentOptions extends FragmentBase {
|
||||
|
||||
pager.setCurrentItem(tab);
|
||||
FragmentBase fragment = (FragmentBase) adapter.instantiateItem(pager, tab);
|
||||
fragment.scrollTo(resid);
|
||||
fragment.scrollTo(resid, -48);
|
||||
menuSearch.collapseActionView();
|
||||
|
||||
// Blink found text
|
||||
|
||||
Reference in New Issue
Block a user