Skip to content

Commit 512930c

Browse files
Fix inline comment as suggested in PR
1 parent 87c27f6 commit 512930c

File tree

1 file changed

+1
-1
lines changed
  • feature/foryou/src/main/java/com/google/samples/apps/nowinandroid/feature/foryou

1 file changed

+1
-1
lines changed

feature/foryou/src/main/java/com/google/samples/apps/nowinandroid/feature/foryou/ForYouScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ fun TopicIcon(
407407
@Composable
408408
@OptIn(ExperimentalPermissionsApi::class)
409409
private fun NotificationPermissionEffect() {
410-
// Permissions should be called from in an Activity Context, which is not present
410+
// Permission requests should only be made from an Activity Context, which is not present
411411
// in previews
412412
if (LocalInspectionMode.current) return
413413
if (VERSION.SDK_INT < VERSION_CODES.TIRAMISU) return

0 commit comments

Comments
 (0)