1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-21 11:54:15 +01:00

Fixup: Typo in disconnected

This commit is contained in:
James Cotton 2012-08-05 16:18:38 -05:00
parent 91bd93798d
commit cc1d44b49b

View File

@ -97,7 +97,7 @@ public class OPTelemetryService extends Service {
activeTelem.start(); activeTelem.start();
break; break;
case MSG_DISCONNECT: case MSG_DISCONNECT:
Toast.makeText(getApplicationContext(), "Disconnct", Toast.LENGTH_SHORT).show(); Toast.makeText(getApplicationContext(), "Disconnect requested", Toast.LENGTH_SHORT).show();
terminate = true; terminate = true;
try { try {
activeTelem.join(); activeTelem.join();