mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
Fixes a newly introduced warning in API 33 > Tried to access visual service WindowManager from a non-visual Context:app.passwordstore.Application@d2801f8 WindowManager > should be accessed from Activity or other visual Context. Use an Activity or a Context created with > Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle.kts | ||
lint-baseline.xml | ||
lint.xml | ||
proguard-android-optimize.txt | ||
proguard-rules-missing-classes.pro | ||
proguard-rules.pro | ||
version.properties |