mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +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();
|
||||
break;
|
||||
case MSG_DISCONNECT:
|
||||
Toast.makeText(getApplicationContext(), "Disconnct", Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(getApplicationContext(), "Disconnect requested", Toast.LENGTH_SHORT).show();
|
||||
terminate = true;
|
||||
try {
|
||||
activeTelem.join();
|
||||
|
Loading…
x
Reference in New Issue
Block a user