Commit 52fb3fa2 authored by Anupama Balasooriya's avatar Anupama Balasooriya

Remove intent

parent b182fe6e
......@@ -45,13 +45,6 @@ public class DisplayPriceActivity extends AppCompatActivity {
part = getIntent().getStringExtra("key_part");
year = getIntent().getStringExtra("key_year");
Intent intent = new Intent(DisplayPriceActivity.this, Predictor.class);
intent.putExtra("key_model", model);
intent.putExtra("key_type", type);
intent.putExtra("key_part", part);
intent.putExtra("key_year", year);
startActivity(intent);
// Youtube videos button
btn_videos = findViewById(R.id.btn_launch_videos);
btn_videos.setOnClickListener(new View.OnClickListener() {
......
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