fix(mobile): allow view in timeline from deeplink

This commit is contained in:
Yaros
2026-01-19 17:24:15 +01:00
parent b123beae38
commit b2f10d6997

View File

@@ -149,7 +149,6 @@ enum ActionButtonType {
ActionButtonType.openInfo => true,
ActionButtonType.viewInTimeline =>
context.timelineOrigin != TimelineOrigin.main &&
context.timelineOrigin != TimelineOrigin.deepLink &&
context.timelineOrigin != TimelineOrigin.trash &&
context.timelineOrigin != TimelineOrigin.lockedFolder &&
context.timelineOrigin != TimelineOrigin.archive &&