From 7282a8cae0e9353c56de1346c29c5ebf7cd5ca89 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Tue, 23 Mar 2021 07:53:05 +0000 Subject: [PATCH] appfilter: Drop Etar's package name from the calendar drawable filter The calendar app's package name was changed in https://gitlab.e.foundation/e/apps/calendar/-/commit/0086bb3b37cca00a40efb6737b4aa2fe78a82dae but the follow-up commit https://gitlab.e.foundation/e/apps/BlissIconPack/-/commit/01628e089f20ccccd8d227e66018bc5a0a59ed3e introduced a new filter rather than renaming the old one. This change drops the old filter as both apps while share the same base, originate from different authors, and contain different modifications now. Bug: https://gitlab.e.foundation/e/backlog/-/issues/2282 Test: Rebuild the package with this patch, install and reboot the device, notice Etar uses the default icon Signed-off-by: Aayush Gupta --- app/src/main/assets/appfilter.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/src/main/assets/appfilter.xml b/app/src/main/assets/appfilter.xml index df05422..0df626f 100644 --- a/app/src/main/assets/appfilter.xml +++ b/app/src/main/assets/appfilter.xml @@ -71,10 +71,6 @@ drawable="calculator" /> - - -- GitLab