summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-11-04 13:38:12 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-11-04 13:38:50 -0500
commit314240c4f07ba1899b3daa65071327cf9327f981 (patch)
treef7f1369aa72264a0d433004706ca8b36eeea617e
parent4acf63f3cd69fe67c2ebe056e9d0a82d9ba9825c (diff)
add workaround for system_server crash
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 168b3646..f6bfdaea 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -542,6 +542,7 @@
<ul>
<li>Sandboxed Google Play compatibility layer: fix flag overrides being partly ignored on recent versions</li>
+ <li>add workaround for rare system_server null pointer exception crash in showShutdownDialog()</li>
<li>add missing null handling for extended application error report</li>
<li>fix upstream bug causing App Not Responding link to not work properly outside of Owner</li>
<li>Settings: avoid opening parent user log in nested profiles (Private Space, work profile)</li>