ios: fixed background camera not shown in landscape mode (iPhone)

This commit is contained in:
matlabbe
2022-01-17 22:06:35 -05:00
parent de62bbb9b7
commit b1dd44526d
2 changed files with 2 additions and 2 deletions

View File

@@ -1424,7 +1424,7 @@ class ViewController: GLKViewController, ARSessionDelegate, RTABMapObserver, UIP
func newScan()
{
print("databases.size() = \(databases.size())")
if(databases.count >= 10 && !mReviewRequested)
if(databases.count >= 5 && !mReviewRequested && self.depthSupported)
{
SKStoreReviewController.requestReviewInCurrentScene()
mReviewRequested = true