Fix inline comment as suggested in PR

pull/789/head
Amaury Medeiros 1 year ago committed by GitHub
parent 87c27f6b82
commit 512930c239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save