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 55577e0 commit 5f10283Copy full SHA for 5f10283
app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationViewModel.kt
@@ -21,7 +21,6 @@ class NotificationViewModel
21
@Inject
22
constructor(private val notificationRepository: NotificationRepository) : ViewModel() {
23
24
- // Preparing branch PR
25
// LiveData holding the list of notifications
26
private val _notifications = MutableStateFlow<List<Notification>>(emptyList())
27
val notifications: StateFlow<List<Notification>> = _notifications.asStateFlow()
0 commit comments