Fix an issue where using the fallback icon causes the screen to not update
This commit is contained in:
parent
609a7bdb65
commit
520659ac52
@ -27,7 +27,7 @@ public sealed class ActiveAudioSessionWrapper : IAudioSession
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
_icon = "Image/encoderIcon";
|
_icon = "Images/encoderIcon";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return _icon;
|
return _icon;
|
||||||
|
Loading…
Reference in New Issue
Block a user