diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-22 13:53:03 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-23 08:17:13 -0400 |
| commit | dc9dfd65955b21c895018736801a2d6676425d52 (patch) | |
| tree | 639e366563f2db09443eb1d3f68892a4a10c97cc | |
| parent | 8711ef28d6111c290c6823a2a547634c021f1b3b (diff) | |
fix ancient upstream widget disappearing bug
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 5ac962e6..bbac3b53 100644 --- a/static/releases.html +++ b/static/releases.html @@ -539,6 +539,7 @@ <p>Changes since the 2024102100 release:</p> <ul> + <li>fix ancient Android bug causing widgets to disappear from the user's home screen when the user stops, which was a major usability issue for secondary users</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-144">version 144</a></li> </ul> </article> |
