Use _deactivate rather than hide so we correctly reset input area
svn path=/trunk/; revision=76
This commit is contained in:
parent
0f019b9ee2
commit
54329a65b2
@ -155,7 +155,7 @@ Overlay.prototype = {
|
||||
// TODO - have some sort of animation/effect while
|
||||
// transitioning to the new app. We definitely need
|
||||
// startup-notification integration at least.
|
||||
me.hide();
|
||||
me._deactivate();
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user