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