Skip to content

Commit 4de0738

Browse files
authored
fix: remove the extra call to settings now (#1041)
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 933a5ab commit 4de0738

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • apps/flipcash/features/direct-send/src/main/kotlin/com/flipcash/app/directsend/internal/screens/components

apps/flipcash/features/direct-send/src/main/kotlin/com/flipcash/app/directsend/internal/screens/components/ContactList.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ internal fun ContactList(
180180
PermissionResult.Denied,
181181
PermissionResult.PermanentlyDenied -> context.launchAppSettings()
182182
}
183-
context.launchAppSettings()
184183
}
185184
}
186185
}

0 commit comments

Comments
 (0)