NeoApplications / Neo-Feed

a custom Google Now Feed alternative for launchers
GNU General Public License v3.0
148 stars 6 forks source link

Crash: Invalid notification (no valid small icon): #13

Closed citizenserious closed 1 year ago

citizenserious commented 1 year ago

Describe the bug Crashes without interaction

To Reproduce Steps to reproduce the behavior:

  1. Install 1.4.4
  2. Crashes in the background

Expected behavior No crash

Screenshots

Neo Feed Version(please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

FATAL EXCEPTION: main Process: com.saulhdev.neofeed, PID: 6635 java.lang.IllegalArgumentException: Invalid notification (no valid small icon): Notification(channel=feederSyncNotifications shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x2 color=0x00000000 groupKey=com.saulhdev.neofeed.SYNC vis=PRIVATE) at android.app.NotificationManager.fixNotification(NotificationManager.java:603) at android.app.NotificationManager.notifyAsUser(NotificationManager.java:582) at android.app.NotificationManager.notify(NotificationManager.java:531) at android.app.NotificationManager.notify(NotificationManager.java:507) at hfcore.p83.run(Unknown Source:8) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:223) at android.app.ActivityThread.main(ActivityThread.java:7664) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)