fix: silence notification and media opt-in warnings
Some checks failed
Android CI / android (push) Failing after 5m19s
Android Release / release (push) Failing after 5m27s
CI / test (push) Has started running

Suppress the safe notification permission lint after explicit runtime gating.

Opt ChatScreen into Media3 unstable APIs at the file level for the shared media pipeline.
This commit is contained in:
2026-04-05 19:36:50 +03:00
parent 29a612dffa
commit eb643ad3d2
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
@file:Suppress("MissingPermission")
package ru.daemonlord.messenger.core.notifications
import android.Manifest

View File

@@ -1,3 +1,5 @@
@file:OptIn(UnstableApi::class)
package ru.daemonlord.messenger.ui.chat
import android.Manifest