vibe double on BT loss

This commit is contained in:
Neale Pickett 2015-12-25 18:29:43 -07:00
parent 60137b003e
commit 3edd8e5c77
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ static void window_unload(Window *window) {
static void bt_handler(bool connected) {
bt_connected = connected;
if (! connected) {
vibes_long_pulse();
vibes_double_pulse();
}
layer_mark_dirty(s_fg_layer);
}