Subversion Repository Public Repository

Nextrek

Diff Revisions 528 vs 529 for /Android/SmartCharging/SmartCharging/app/src/main/java/it/fedeloper/smartcharging/Controller/RecensioneActivity.java

Diff revisions: vs.
  @@ -81,8 +81,7 @@
81 81 setContentView(R.layout.activity_recensione);
82 82
83 83 c = this;
84 - Bundle b = new Bundle();
85 - b = getIntent().getExtras();
84 + Bundle b = getIntent().getExtras();
86 85
87 86 ((TextView) findViewById(R.id.textView20)).setText(b.getString("nome"));
88 87 ((TextView) findViewById(R.id.textView21)).setText(b.getString("tipologia"));