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:
parent
91bd93798d
commit
cc1d44b49b
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user