Skip to content

Commit

Permalink
feat: Display compose button when viewing lists (#279)
Browse files Browse the repository at this point in the history
Fixes #231
  • Loading branch information
sanao1006 authored Dec 4, 2023
1 parent fbbb624 commit a7533b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/app/pachli/StatusListActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ class StatusListActivity : BottomSheetActivity(), AppBarLayoutHost, ActionButton
),
)
}
is TimelineKind.Favourites,
is TimelineKind.Bookmarks,
is TimelineKind.Favourites,
is TimelineKind.UserList,
-> {
ComposeActivity.startIntent(
this,
Expand Down

0 comments on commit a7533b3

Please sign in to comment.