Followed hashtags view improvements (#4475)
Add click and longpress handler to the followed hashtags view #4459
This commit is contained in:
parent
b2d4092124
commit
f14a82325d
10 changed files with 58 additions and 42 deletions
|
|
@ -2,4 +2,6 @@ package com.keylesspalace.tusky.interfaces
|
|||
|
||||
interface HashtagActionListener {
|
||||
fun unfollow(tagName: String, position: Int)
|
||||
fun viewTag(tagName: String)
|
||||
fun copyTagName(tagName: String)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue