From a4c03738a248cd818ff0841013feaef3671f8dfd Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sun, 19 Oct 2025 18:18:22 +0700 Subject: [PATCH] fix: Crash when trying to set `null` monochrome icon on less than Android 12.1 Signed-off-by: Pun Butrach --- GITHUB_CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GITHUB_CHANGELOG.md b/GITHUB_CHANGELOG.md index b90a168df4..0ef785c7eb 100644 --- a/GITHUB_CHANGELOG.md +++ b/GITHUB_CHANGELOG.md @@ -38,8 +38,9 @@ Compatibility list: * [QuickstepLauncher] Ignore trying to set SystemUiProxy icon sizes on less than Android 12.1 * [Lawnchair/BlankActivity] Apply Material 3 Expressive button animations * [Launcher] Disable add widget button if home screen is locked +* [Lawnchair/Iconloaderlib] Crash when trying to set `null` monochrome icon on less than Android 12.1 -### Development 2 +### 🥞 Development 2 Originally going to launch D2 if most of the comestic bug fixes have been resolved, but hit a stability milestone instead. @@ -133,7 +134,7 @@ Compatibility list: * (Investigating) Work profile switch on widget selector *may* have reverted to Lawnchair 15 style * Full lists: https://trello.com/b/8IdvO81K/pe-lawnchair -### 🥞 Development 1 +### Development 1 First development milestone! Basic launcher functionality should be stable enough.