Is session resumed and paused automatically? #298
Answered
by
grassydragon
sarimmehdi
asked this question in
Q&A
-
I was looking at this sample and I noticed that there is no onPause, onResume, or onDestroy method being overridden. In the original Sceneform, if I recall correctly, we would have to resume and pause the session automatically. |
Beta Was this translation helpful? Give feedback.
Answered by
grassydragon
Jan 29, 2022
Replies: 1 comment
-
Yes, it is paused and resumed automatically in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ThomasGorisse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it is paused and resumed automatically in the
BaseArFragment
: https://github.com/SceneView/sceneform-android/blob/master/ux/src/main/java/com/google/ar/sceneform/ux/BaseArFragment.java#L245