update for new microcontroller
This commit is contained in:
@@ -46,7 +46,7 @@ class _SettingsViewState extends State<RecordingsView> {
|
||||
itemCount: _captureBoxes.length,
|
||||
itemBuilder: (context, i) {
|
||||
return ListTile(
|
||||
leading: FIcon(FAssets.icons.pawPrint),
|
||||
leading: const Icon(FIcons.pawPrint),
|
||||
title: Text('Collection Type: ${_captureBoxes[i].type}'),
|
||||
subtitle: Text(f.format(_captureBoxes[i].startTime)),
|
||||
onTap: () {
|
||||
|
||||
Reference in New Issue
Block a user