mirror of
https://github.com/Myzel394/quid_faciam_hodie.git
synced 2025-06-19 23:55:26 +02:00
bugfixes
This commit is contained in:
parent
035efa5d2d
commit
90a52ec9a6
@ -108,7 +108,7 @@ class _TimelinePageState extends State<TimelinePage> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final timeline = context.read<TimelineModel>();
|
||||
final timeline = context.watch<TimelineModel>();
|
||||
|
||||
return GestureDetector(
|
||||
onDoubleTap: () async {
|
||||
@ -179,7 +179,7 @@ class _TimelinePageState extends State<TimelinePage> {
|
||||
TimelineOverlay(
|
||||
date: widget.date,
|
||||
memoriesAmount: widget.memoryPack.memories.length,
|
||||
memoryIndex: timeline.memoryIndex,
|
||||
memoryIndex: timeline.memoryIndex + 1,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user