mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-04 17:27:24 +01:00
Xiaomi: fix incoming calls on Mi Watch lite (shoud not break Mi Band 8)
This commit is contained in:
parent
b09879dd31
commit
fce2dfa0ca
@ -153,8 +153,8 @@ public class XiaomiNotificationService extends AbstractXiaomiService {
|
|||||||
.setRepliesAllowed(canSendSms())
|
.setRepliesAllowed(canSendSms())
|
||||||
.setTimestamp(TIMESTAMP_SDF.format(new Date()));
|
.setTimestamp(TIMESTAMP_SDF.format(new Date()));
|
||||||
|
|
||||||
notification3.setPackage(BuildConfig.APPLICATION_ID);
|
notification3.setPackage("phone");
|
||||||
notification3.setAppName("Phone");
|
notification3.setAppName("phone");
|
||||||
|
|
||||||
if (callSpec.name != null) {
|
if (callSpec.name != null) {
|
||||||
notification3.setTitle(callSpec.name);
|
notification3.setTitle(callSpec.name);
|
||||||
|
Loading…
Reference in New Issue
Block a user