MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / quit

Method quit

android/src/XCSoar.java:128–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 private void quit() {
129 nativeView = null;
130
131 TextView tv = new TextView(XCSoar.this);
132 tv.setText("Shutting down XCSoar...");
133 setContentView(tv);
134
135 finish();
136 }
137
138 final Handler quitHandler = new Handler() {
139 public void handleMessage(Message msg) {

Callers 1

handleMessageMethod · 0.95

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected