Skip to content

Commit

Permalink
fix: メンションを表示できるように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed Sep 17, 2024
1 parent a9169ce commit 535a9fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NotificationTabViewModel @Inject constructor(
),
NotificationTabType.TitleWithPageable(
StringSource(net.pantasystem.milktea.common_android_ui.R.string.mention),
Pageable.Notification(),
Pageable.Mention(following = null),
),
NotificationTabType.FollowRequests(
StringSource(R.string.notifications_follow_requests)
Expand Down

0 comments on commit 535a9fc

Please sign in to comment.