Stop notification animation after playing

This commit is contained in:
Peter Cai 2023-04-29 11:18:27 -04:00
parent 8c7c507295
commit 7be74307eb

View file

@ -214,6 +214,8 @@ public final class AnimationManager {
} catch (InterruptedException e) {
mLEDManager.enableAllLEDs(false);
}
stopNotifications();
});
}