Update TeleActivity.java
Made the back button for tele work
This commit is contained in:
@@ -147,6 +147,7 @@ public class TeleActivity extends AppCompatActivity {
|
|||||||
|
|
||||||
backButton.setOnLongClickListener((v) -> {
|
backButton.setOnLongClickListener((v) -> {
|
||||||
Intent intent = new Intent(this, AutoActivity.class);
|
Intent intent = new Intent(this, AutoActivity.class);
|
||||||
|
startActivity(intent);
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user