Skip to content

Commit

Permalink
Fix erroneous track pictogram in detail view and feedback view
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMatthes committed Oct 19, 2023
1 parent 47144e5 commit 50c8bc4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/tracking/views/track_history_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,6 @@ class TrackHistoryItemDetailViewState extends State<TrackHistoryItemDetailView>
void initState() {
super.initState();
initializeDateFormatting();

SchedulerBinding.instance.addPostFrameCallback(
(_) async {
await _loadTrack(widget.track);
if (mounted) setState(() {});
},
);
}

@override
Expand Down

0 comments on commit 50c8bc4

Please sign in to comment.