diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/BluetoothCommunicationService.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/BluetoothCommunicationService.java index 232d601e9..d18e3040f 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/BluetoothCommunicationService.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/BluetoothCommunicationService.java @@ -174,7 +174,7 @@ public class BluetoothCommunicationService extends Service { case ACTION_NOTIFICATION_GENERIC: { String title = intent.getStringExtra("notification_title"); String body = intent.getStringExtra("notification_body"); - mDeviceSupport.onSMS(title, body); + mDeviceSupport.onGenericNotification(title, body); break; } case ACTION_NOTIFICATION_SMS: {