Skip to content

Commit

Permalink
Update PushManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Mar 26, 2024
1 parent 38d3b5a commit 4d79bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shiny.Push/Platforms/Android/PushManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public async Task<PushAccessState> RequestAccess(CancellationToken cancelToken =
try
{
// TODO: verify google signed in
if (OperatingSystem.IsAndroidVersionAtLeast(33))
if (OperatingSystemShim.IsAndroidVersionAtLeast(33))
{
var access = await this.platform
.RequestAccess(Manifest.Permission.PostNotifications)
Expand Down

0 comments on commit 4d79bad

Please sign in to comment.