Megfelelő hang lejátszása is javítva
This commit is contained in:
@@ -70,7 +70,7 @@ namespace WorkFlowCheck.BL.Services
|
||||
}
|
||||
else
|
||||
{
|
||||
FCMToken.LastModAt = DateTime.UtcNow;
|
||||
FCMToken.LastModAt = DateTime.UtcNow;
|
||||
}
|
||||
await _dbContext.SaveChangesAsync();
|
||||
}
|
||||
@@ -130,6 +130,13 @@ namespace WorkFlowCheck.BL.Services
|
||||
{
|
||||
title = fCMMessageDTO.Title,
|
||||
body = fCMMessageDTO.Body,
|
||||
},
|
||||
android = new
|
||||
{
|
||||
notification = new
|
||||
{
|
||||
channel_id = "com.nuvolar.wfcapp.general"
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user