Skip to content

Commit 13ebbb5

Browse files
committed
fix: remove nect item trigger
1 parent cb9d223 commit 13ebbb5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Bitkit/Managers/TimedSheets/TimedSheetManager.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ class TimedSheetManager: ObservableObject {
139139
currentSheet.onDismissed()
140140
currentlyShowingSheet = nil
141141
}
142-
143-
// If still on home screen, restart timer to check for next sheet
144-
// NOTE: could be annoying to show sheets immediately after one another, maybe remove
145-
if isOnHomeScreen {
146-
onHomeScreenEntered()
147-
}
148142
}
149143

150144
/// Check the queue and show the highest priority sheet that should be shown

0 commit comments

Comments
 (0)