Browse Source

Remove wrong comment

pull/2596/head
Benoit Marty 6 months ago committed by Benoit Marty
parent
commit
a89dde2bb4
  1. 3
      features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/notifications/troubleshoot/TroubleshootNotificationsView.kt

3
features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/notifications/troubleshoot/TroubleshootNotificationsView.kt

@ -42,9 +42,6 @@ import io.element.android.libraries.designsystem.theme.components.ListItem @@ -42,9 +42,6 @@ import io.element.android.libraries.designsystem.theme.components.ListItem
import io.element.android.libraries.designsystem.theme.components.Text
import io.element.android.libraries.designsystem.utils.OnLifecycleEvent
/**
* A view that allows a user edit their global notification settings.
*/
@Composable
fun TroubleshootNotificationsView(
state: TroubleshootNotificationsState,

Loading…
Cancel
Save