Skip to content

Commit d15d35b

Browse files
committed
Do not display Feedly account type in AccountSelectionDialog
1 parent 8edecc0 commit d15d35b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/readrops/app/account/dialog/AccountSelectionDialog.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ fun AccountSelectionDialog(
2323
onDismiss = onDismiss
2424
) {
2525
AccountType.entries
26+
.filter { it != AccountType.FEEDLY }
2627
.forEach { type ->
2728
SelectableImageText(
2829
image = adaptiveIconPainterResource(id = type.iconRes),

0 commit comments

Comments
 (0)