diff --git a/core/src/main/kotlin/me/rhunk/snapenhance/core/features/impl/downloader/ProfilePictureDownloader.kt b/core/src/main/kotlin/me/rhunk/snapenhance/core/features/impl/downloader/ProfilePictureDownloader.kt index b0c8014dc..ca845bf1e 100644 --- a/core/src/main/kotlin/me/rhunk/snapenhance/core/features/impl/downloader/ProfilePictureDownloader.kt +++ b/core/src/main/kotlin/me/rhunk/snapenhance/core/features/impl/downloader/ProfilePictureDownloader.kt @@ -36,8 +36,8 @@ class ProfilePictureDownloader : Feature("ProfilePictureDownloader", loadParams ).apply { setTitle(this@ProfilePictureDownloader.context.translation["profile_picture_downloader.title"]) val choices = mutableMapOf() - backgroundUrl?.let { choices["avatar_option"] = it } - avatarUrl?.let { choices["background_option"] = it } + backgroundUrl?.let { choices["background_option"] = it } + avatarUrl?.let { choices["avatar_option"] = it } setItems(choices.keys.map { this@ProfilePictureDownloader.context.translation["profile_picture_downloader.$it"] @@ -70,4 +70,4 @@ class ProfilePictureDownloader : Feature("ProfilePictureDownloader", loadParams } } } -} \ No newline at end of file +}