mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Fossil Hybrid: fix "delete notification" to not cancel calls
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user