fix: inconsistent marquee behavior on home timelines. Fixes #147
This commit is contained in:
@@ -113,6 +113,10 @@ public class HomeTabFragment extends MastodonToolbarFragment implements Scrollab
|
|||||||
fragments = new Fragment[count];
|
fragments = new Fragment[count];
|
||||||
tabViews = new FrameLayout[count];
|
tabViews = new FrameLayout[count];
|
||||||
timelines = new TimelineDefinition[count];
|
timelines = new TimelineDefinition[count];
|
||||||
|
if(GlobalUserPreferences.disableMarquee){
|
||||||
|
setTitleMarqueeEnabled(false);
|
||||||
|
setSubtitleMarqueeEnabled(false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user