Fossil Hybrid: fix "delete notification" to not cancel calls

This commit is contained in:
Daniel Dakhno 2020-11-12 03:51:57 +01:00
parent 39ed94de87
commit fc1e74d154

View File

@ -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) {