feat: don't show notifications on HomeActivity.kt

This commit is contained in:
jubb
2021-07-13 16:31:16 +10:00
parent 6b7c7d1d2a
commit 6a2a04e256
4 changed files with 19 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import android.content.Context
import org.session.libsession.utilities.recipients.Recipient
interface MessageNotifier {
fun setHomeScreenVisible(isVisible: Boolean)
fun setVisibleThread(threadId: Long)
fun setLastDesktopActivityTimestamp(timestamp: Long)
fun notifyMessageDeliveryFailed(context: Context?, recipient: Recipient?, threadId: Long)