Fix an issue where using the fallback icon causes the screen to not update

This commit is contained in:
dlprows 2023-09-24 23:17:32 -06:00
parent 609a7bdb65
commit 520659ac52

View File

@ -27,7 +27,7 @@ public sealed class ActiveAudioSessionWrapper : IAudioSession
} }
catch catch
{ {
_icon = "Image/encoderIcon"; _icon = "Images/encoderIcon";
} }
} }
return _icon; return _icon;