We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9d223 commit 13ebbb5Copy full SHA for 13ebbb5
Bitkit/Managers/TimedSheets/TimedSheetManager.swift
@@ -139,12 +139,6 @@ class TimedSheetManager: ObservableObject {
139
currentSheet.onDismissed()
140
currentlyShowingSheet = nil
141
}
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
- }
148
149
150
/// Check the queue and show the highest priority sheet that should be shown
0 commit comments