Followed hashtags view improvements (#4475)

Add click and longpress handler to the followed hashtags view

#4459
This commit is contained in:
Levi Bard 2024-05-31 13:43:41 +02:00 committed by GitHub
commit f14a82325d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 58 additions and 42 deletions

View file

@ -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)
}