Skip to content

Commit

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

0 comments on commit fbbb624

Please sign in to comment.