Skip to content

Commit

Permalink
Navigating to app icon screen when app icon is pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaal111 committed Mar 26, 2024
1 parent bb13263 commit 5f10aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct PersonalizationSection<ScreenType: NavigatorStackValue>: View {
localizedLabel: "App icon",
comment: "",
imageName: self.settingsConfiguration.appIcon!.currentIcon.imageName,
destination: self.screenMapping(.appColor)
destination: self.screenMapping(.appIcon)
)
}
}
Expand Down

0 comments on commit 5f10aa9

Please sign in to comment.