Compare commits

...

1 Commits

Author SHA1 Message Date
Yaros
b2f10d6997 fix(mobile): allow view in timeline from deeplink 2026-01-19 17:24:15 +01:00

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 &&