Skip to content

Commit fa0959a

Browse files
committed
fix: remove the extra call to settings now
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 933a5ab commit fa0959a

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)