summaryrefslogtreecommitdiff
path: root/apps/iap/iap-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/iap/iap-core.c')
-rw-r--r--apps/iap/iap-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/iap/iap-core.c b/apps/iap/iap-core.c
index 653396ae6a..f8373bab83 100644
--- a/apps/iap/iap-core.c
+++ b/apps/iap/iap-core.c
@@ -855,7 +855,7 @@ void iap_periodic(void)
855 } 855 }
856 856
857 if (!device.do_notify) return; 857 if (!device.do_notify) return;
858 if (device.notifications == 0) return; 858 if ((device.notifications == 0) && (interface_state != IST_EXTENDED)) return;
859 859
860 /* Volume change notifications are sent every 100ms */ 860 /* Volume change notifications are sent every 100ms */
861 if (device.notifications & (BIT_N(4) | BIT_N(16))) { 861 if (device.notifications & (BIT_N(4) | BIT_N(16))) {