Skip to content

Commit 9c82464

Browse files
authored
Merge pull request #55 from Richter3766/Feat/issue-54
Feat/issue 54 - 릴리즈 준비
2 parents b549d8d + 9a6c9c6 commit 9c82464

35 files changed

+1019
-754
lines changed

app/src/main/java/com/example/notimanager/presentation/stateholder/viewmodel/NotificationAppViewModel.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ class NotificationAppViewModel @Inject constructor(
4242
}
4343
}
4444

45-
fun deleteNotificationApp(appName: String) {
45+
fun deleteNotificationApp(appName: String, onComplete: () -> Unit) {
4646
viewModelScope.launch {
4747
notificationAppUseCase.deleteNotificationApp(appName)
4848
loadNotificationApps()
49+
onComplete()
4950
}
5051
}
5152
}

app/src/main/java/com/example/notimanager/presentation/ui/component/BoxView.kt

Lines changed: 0 additions & 26 deletions
This file was deleted.

app/src/main/java/com/example/notimanager/presentation/ui/component/NotificationAppListView.kt

Lines changed: 0 additions & 238 deletions
This file was deleted.

0 commit comments

Comments
 (0)