fix: silence notification and media opt-in warnings
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:
@@ -1,3 +1,5 @@
|
||||
@file:Suppress("MissingPermission")
|
||||
|
||||
package ru.daemonlord.messenger.core.notifications
|
||||
|
||||
import android.Manifest
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@file:OptIn(UnstableApi::class)
|
||||
|
||||
package ru.daemonlord.messenger.ui.chat
|
||||
|
||||
import android.Manifest
|
||||
|
||||
Reference in New Issue
Block a user