Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Apr 8, 2024
2 parents 854b47b + 97d827d commit 37783ad
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 37783ad

Please sign in to comment.