Skip to content

Commit 5f10283

Browse files
committed
chore: Removing useless comment
1 parent 55577e0 commit 5f10283

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationViewModel.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class NotificationViewModel
2121
@Inject
2222
constructor(private val notificationRepository: NotificationRepository) : ViewModel() {
2323

24-
// Preparing branch PR
2524
// LiveData holding the list of notifications
2625
private val _notifications = MutableStateFlow<List<Notification>>(emptyList())
2726
val notifications: StateFlow<List<Notification>> = _notifications.asStateFlow()

0 commit comments

Comments
 (0)