You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Avoid redundant getpresentationinfo call when startPresentation parameter is used
- Added a `_startingPresentation` flag to track the state of the presentation startup.
- Modified the `onUpdateParts` method to prevent redundant `getpresentationinfo` calls during initialization.
- Updated the presentation start logic to set the flag when the presentation begins, ensuring the request is sent only once.
Signed-off-by: Darshan-upadhyay1110 <[email protected]>
Change-Id: Ib1edc8b57a3ec879db93cffbd649b5b96d0004f4
0 commit comments