Ejemplo n.º 1
0
 private void OnDisable()
 {
     stickerSavedPopup.ClosePopup(true);
 }
Ejemplo n.º 2
0
 void OnDisable()
 {
     //Unsubscribe to the OnSelectionChange
     contentScroll.OnSelectionChange -= UpdateDetailsPanel;
     savedPopup.ClosePopup(true);
 }