Alex Grebenyuk
Alex Grebenyuk
I'm re-opening because the API started returning deleted sites again.
Similar scenarios happens in details: https://github.com/user-attachments/assets/7f47b57f-be5c-4ab0-91fe-8c4fd29ac817. It works as designed as covers have a required aspect ratio on both mobile and web. Mistakes bound to happen, but unfortunately, cropping happens...
**RCA** The action is handled by `StatsRoute` and the `.root` case, unlike other cases, doesn't contain the code to select a site from the link. ``` switch self { case...
This should be fixed now.
I can't reproduce it.
I checked the logs from one of the instances and nothing suspicious there except for maybe this: ``` 2024-10-24 05:46:25:767 deletePostsWithNoTopic, deleting topicless post: (entity: ReaderPost; id: 0x9000f667de0c46eb ; data:...
**RCA:** there is an issue with a deprecated `pushFullscreenViewController` code in 25.4 when "Reduce Motion" is enabled. **Workaround:** disable "Reduce Motion" in "Accessibility" / "Motion" in the Apple Settings app.
Fixed in 24.5.2 https://github.com/wordpress-mobile/WordPress-iOS/pull/23731 and fixed in `trunk` before by removing the "reduce motion" code. It now follows the standard system behavior.
@jkmassel I rebased and re-implemented this PR. Instead of injecting `platform` from the app, I implemented this tiny extension inside the framework. It achieves the same result: the `UIDeviceIdentifier` framework...
Fixed by https://github.com/wordpress-mobile/WordPress-iOS/pull/23784