Implement clear
This commit is contained in:
parent
39e1e08082
commit
4e8278d4a6
@ -37,7 +37,8 @@ class RightPanel(GridGroup):
|
||||
pass
|
||||
|
||||
def clear(self):
|
||||
pass
|
||||
while (self.get_n_children() > 0):
|
||||
self.remove_child(0)
|
||||
|
||||
def __activity_appeared_cb(self, pservice, activity_ps):
|
||||
activity = self._shell.get_current_activity()
|
||||
|
Loading…
Reference in New Issue
Block a user