Skip to content

Commit c06457c

Browse files
committed
🐛 운동 종료 알림도 정상적으로 emit되도록 수정
1 parent 0f32079 commit c06457c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/src/main/java/com/whyranoid/data/groupnotification/GroupNotificationDataSource.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ class GroupNotificationDataSource @Inject constructor(
9999
)
100100
)
101101
}
102+
trySend(finishNotificationList)
102103
}
103104
}
104105
}
105-
trySend(finishNotificationList)
106106
}
107107

108108
awaitClose()

0 commit comments

Comments
 (0)