Skip to content

Commit 68a7a1e

Browse files
committed
Rename preview.
1 parent 4c721e1 commit 68a7a1e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

features/login/impl/src/main/kotlin/io/element/android/features/login/impl/accountprovider/AccountProviderOtherView.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ fun AccountProviderOtherView(
6868

6969
@PreviewsDayNight
7070
@Composable
71-
internal fun AccountProviderViewOtherPreview() = ElementPreview {
71+
internal fun AccountProviderOtherViewPreview() = ElementPreview {
7272
AccountProviderOtherView(
73-
onClick = { }
73+
onClick = { },
7474
)
7575
}

0 commit comments

Comments
 (0)