Add option to download all media for a toot with one tap. (#1121)
Addresses #966
This commit is contained in:
parent
a6887e3e55
commit
205f3771d4
6 changed files with 113 additions and 32 deletions
|
@ -18,6 +18,9 @@
|
|||
<item
|
||||
android:id="@+id/status_open_as"
|
||||
android:title="@string/action_open_as" />
|
||||
<item
|
||||
android:id="@+id/status_download_media"
|
||||
android:title="@string/download_media" />
|
||||
<item
|
||||
android:id="@+id/status_mute"
|
||||
android:title="@string/action_mute" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue