mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-12 00:59:05 +00:00
74491612ef
The six desktop-tuned wallpaper images are used only on desktop but sat in commonMain resources, so they shipped inside the Android APK (~585 KB) for nothing. Move them to the desktop source set and pick the platform image through an expect/actual platformRes() — a resource that lives only in desktopMain isn't visible to common code, so the enum field couldn't stay. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>