mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-11 01:21:56 +01:00
Fossil Hybrid: fix "delete notification" to not cancel calls
This commit is contained in:
parent
39ed94de87
commit
fc1e74d154
@ -1187,7 +1187,9 @@ public class FossilHRWatchAdapter extends FossilWatchAdapter {
|
||||
byte requestType = value[1];
|
||||
|
||||
if (requestType == (byte) 0x04) {
|
||||
handleCallRequest(value);
|
||||
if(value[2] == 0x02){
|
||||
handleCallRequest(value);
|
||||
}
|
||||
} else if (requestType == (byte) 0x05) {
|
||||
handleMusicRequest(value);
|
||||
} else if (requestType == (byte) 0x01) {
|
||||
|
Loading…
Reference in New Issue
Block a user