Try to handle the case when the frame cover the activity window.
This commit is contained in:
@@ -184,6 +184,8 @@ class Frame(object):
|
||||
if self._animator:
|
||||
self._animator.stop()
|
||||
|
||||
self._shell.take_activity_screenshot()
|
||||
|
||||
self._animator = animator.Animator(0.5)
|
||||
self._animator.add(_Animation(self, 1.0))
|
||||
self._animator.start()
|
||||
|
||||
Reference in New Issue
Block a user