|
|
|
@ -407,7 +407,7 @@ fun TopicIcon(
|
|
|
|
|
@Composable
|
|
|
|
|
@OptIn(ExperimentalPermissionsApi::class)
|
|
|
|
|
private fun NotificationPermissionEffect() {
|
|
|
|
|
// Permissions should be called from in an Activity Context, which is not present
|
|
|
|
|
// Permission requests should only be made from an Activity Context, which is not present
|
|
|
|
|
// in previews
|
|
|
|
|
if (LocalInspectionMode.current) return
|
|
|
|
|
if (VERSION.SDK_INT < VERSION_CODES.TIRAMISU) return
|
|
|
|
|