Are you sure your OnSleep function in App.xaml.cs is actually getting called?
https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/app-lifecycle?view=net-maui-9.0
According to this link you should be overriding OnPause, OnSleep does not seem to exist.