()
| 773 | |
| 774 | @profile |
| 775 | public onUnloaded() { |
| 776 | this._manager = null; |
| 777 | this._rootManager = null; |
| 778 | super.onUnloaded(); |
| 779 | } |
| 780 | |
| 781 | public onBackPressed(): boolean { |
| 782 | const topmostFrame = topmost(); |
no outgoing calls
no test coverage detected