Skip to content

Commit

Permalink
Fix incomplete - Port to Collabwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Saumya-Mishra9129 committed Aug 12, 2020
1 parent 053a9f4 commit 5aa05bc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,13 +701,7 @@ def _shared_cb(self, activity):
self._waiting_for_reflections = False
_logger.debug('I am sharing...')
self.sharing = True

if self._waiting_for_reflections:
self.send_event(JOIN_CMD, {})
self._joined_alert = Alert()
self._joined_alert.props.title = _('Please wait')
self._joined_alert.props.msg = _('Requesting reflections...')
self.add_alert(self._joined_alert)
self.send_event(JOIN_CMD, {})

def _joined_cb(self, activity):
''' ...or join an exisiting share. '''
Expand Down

0 comments on commit 5aa05bc

Please sign in to comment.