This commit is contained in:
Rue Ji
2026-01-27 22:29:54 +08:00
parent 7299fa8214
commit b8472badf6
23 changed files with 933 additions and 463 deletions

View File

@ -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());
}
}