Commit d3f5f464 authored by sam.pople's avatar sam.pople

test

parent 8a46b027
...@@ -28,8 +28,6 @@ public class details extends AppCompatActivity { ...@@ -28,8 +28,6 @@ public class details extends AppCompatActivity {
book.setOnClickListener(new View.OnClickListener() { book.setOnClickListener(new View.OnClickListener() {
@Override @Override
public void onClick(View view) { public void onClick(View view) {
//Intent intent = new Intent(details.this, seating.class);
Intent intent = new Intent(details.this, seating.class); Intent intent = new Intent(details.this, seating.class);
startActivity(intent); startActivity(intent);
} }
......
package com.example.playsrus;
public class testcommit {
//hello
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment