Skip to content

Commit 0bd2cd5

Browse files
committed
Fix
1 parent 702f84b commit 0bd2cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Helpers/Navigation/NavigationInteractionTracker.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ public void Dispose()
197197
_tracker.Dispose();
198198
_source.Dispose();
199199
_props.Dispose();
200+
RealTimeLayoutService.FlowDirectionChanged -= RealTimeLayoutService_FlowDirectionChanged;
200201

201202
GC.SuppressFinalize(this);
202203
}

0 commit comments

Comments
 (0)