mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-11 18:35:49 +01:00
Amazfit Bip: Fix call notification with unknown caller
This commit is contained in:
parent
45263d08d5
commit
cfc310692f
@ -4,6 +4,7 @@
|
|||||||
* Initial NO.1 F1 support
|
* Initial NO.1 F1 support
|
||||||
* Amazfit Bip: Display GPS firmware version
|
* Amazfit Bip: Display GPS firmware version
|
||||||
* Amazfit Bip: Fix E-Mail notifications
|
* Amazfit Bip: Fix E-Mail notifications
|
||||||
|
* Amazfit Bip: Fix call notification with unknown caller
|
||||||
* Pebble: Fix crash when takeing screenshots on Android 8.0 (Oreo)
|
* Pebble: Fix crash when takeing screenshots on Android 8.0 (Oreo)
|
||||||
* Pebble: Support some google app icons
|
* Pebble: Support some google app icons
|
||||||
* Pebble: try to support spotify
|
* Pebble: try to support spotify
|
||||||
|
@ -40,7 +40,7 @@ class AmazfitBipTextNotificationStrategy extends Mi2TextNotificationStrategy {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void sendCustomNotification(VibrationProfile vibrationProfile, SimpleNotification simpleNotification, BtLEAction extraAction, TransactionBuilder builder) {
|
protected void sendCustomNotification(VibrationProfile vibrationProfile, SimpleNotification simpleNotification, BtLEAction extraAction, TransactionBuilder builder) {
|
||||||
if (simpleNotification != null && !StringUtils.isEmpty(simpleNotification.getMessage())) {
|
if (simpleNotification != null) {
|
||||||
sendAlert(simpleNotification, builder);
|
sendAlert(simpleNotification, builder);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user