mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
ios: fixed background camera not shown in landscape mode (iPhone)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user