Black Mesa Code

Results 3 comments of Black Mesa Code

I have a similiar issue. Beginning with version **5.42** the following statement fails: `await ServiceClient.Drives[rootDriveId].Items["root"].ItemWithPath(path).DeleteAsync(null, cancellationToken);` with the error: "Microsoft.Graph.Models.ODataErrors.ODataError: Root deletion is not allowed." Reverting back to **5.41** fixes...

Sure: **Asus ZenFone 8** Model: ASUS_I006D OS: Android 13 API Level: 33

I could solve the issue by setting: `Window.SetBackgroundDrawable(null);` first.