remove pivot for timeline title

This commit is contained in:
sk 2023-01-21 19:24:55 +01:00
parent 763c5fe2a7
commit 5142851f57
1 changed files with 0 additions and 2 deletions

View File

@ -280,8 +280,6 @@ public class HomeTabFragment extends MastodonToolbarFragment implements Scrollab
switcher.setPivotX(V.dp(28)); // padding + half of icon
switcher.setPivotY(switcher.getHeight() / 2f);
timelineTitle.setPivotX(timelineTitle.getWidth() - V.dp(8));
timelineTitle.setPivotY(timelineTitle.getHeight() / 2f);
}
});
}