init
This commit is contained in:
@ -567,7 +567,9 @@ public class PointHistoryActivity extends AppCompatActivity implements OnChartVa
|
||||
}
|
||||
|
||||
TextView tvname =(TextView)findViewById(R.id.tv_name);
|
||||
tvname.setText(intent.getStringExtra("name"));
|
||||
if (point != null) {
|
||||
tvname.setText(point.getName());
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user