Sven Jacobs
Sven Jacobs
> So by this logic every use of lazy property in activity or fragment is doomed to fail? Well, if it's a value that might change and needs to be...
Hello, this still happens for me. Is the mentioned change to `metadata.json` not part of version 54? Also, from a user perspective, it isn't clear that the "restore state" option...
> did you find any solutions for it, having the same issue No. I hope the author sees this 😉
Hello everyone 👋🏼 Unfortunately in the meantime [RDM](https://github.com/avibrazil/RDM) was archived by the owner. What is currently the best solution to programmatically change display resolutions including support for HiDPI (Retina) resolutions?
Hello, we're facing the same problem. Let's imagine the enum is extended later on. Old clients should not throw an exception but use a default value as @risalfajar has suggested....
This AGP version requires at least Gradle 8.6 but once I upgrade to Gradle 8.6 it complains that `compileSdkVersion` needs to be declared although `compileSdk` is already declared. Even if...
@dependabot rebase
For some reason directly upgrading to Gradle 8.7 luckily has fixed this 🤷🏼
Since I also hit this roadblock when migrating a Vue 2 application to Vue 3, I replaced `vue-session` with [Pinia](https://pinia.vuejs.org/) and [pinia-plugin-persistedstate](https://prazdevs.github.io/pinia-plugin-persistedstate/) to store my session data and I just...
Hello @morand1, thanks for the feature request. Unfortunately this is currently not possible. Only one revealable can be displayed at a time. I like the idea, but it requires some...