mirror of
https://github.com/rfc2822/GfxTablet
synced 2025-10-03 09:39:16 +02:00
* driver, app: new protocol
* new protocol specification that allows versioning (version 1) * App: refactoring, version: 1.1
This commit is contained in:
parent
38d99623df
commit
5f1d8f29d8
14 changed files with 166 additions and 163 deletions
|
@ -35,7 +35,7 @@ public class CanvasActivity extends Activity {
|
|||
|
||||
@Override
|
||||
protected void onDestroy() {
|
||||
netClient.getQueue().add(new NetDisconnectEvent());
|
||||
netClient.getQueue().add(new NetEvent(NetEvent.Type.TYPE_DISCONNECT));
|
||||
super.onDestroy();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue