diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-08 14:54:09 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-11 11:12:27 -0400 |
| commit | d21007006d10af5dc619dd0b343bd71f1e13f942 (patch) | |
| tree | 4cdda71b6ad24ff544eb428c28406e12583bc704 | |
| parent | 38fbc1d6778b29fbc06bfca059deeb968c083157 (diff) | |
work around lockscreen layout regressions again
| -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 3785962d..7ec978a3 100644 --- a/static/releases.html +++ b/static/releases.html @@ -569,6 +569,7 @@ <p>Changes since the 2025030700 release:</p> <ul> + <li>SystemUI: disable migrate_clocks_to_blueprint and communal_hub flags again to avoid upstream Android 15 QPR1 lockscreen layout regressions which are still present in Android 15 QPR2 until we resolve them with the flags enabled</li> <li>SystemUI: make screenshot sound use sound effects setting again (our change stopped working from the Android 15 QPR2 port)</li> </ul> </article> |
