()
| 136 | |
| 137 | /// Callback when the app is suspended |
| 138 | public void stop() { |
| 139 | current = CN.getCurrentForm(); |
| 140 | if (current instanceof Dialog) { |
| 141 | ((Dialog) current).dispose(); |
| 142 | current = CN.getCurrentForm(); |
| 143 | } |
| 144 | } |
| 145 | |
| 146 | /// Callback when the app is destroyed |
| 147 | public void destroy() { |
nothing calls this directly
no test coverage detected