migrate object to data object (#1135)
This commit is contained in:
+1
-1
@@ -166,6 +166,6 @@ sealed interface OneShotNotification {
|
||||
}
|
||||
|
||||
sealed interface SummaryNotification {
|
||||
object Removed : SummaryNotification
|
||||
data object Removed : SummaryNotification
|
||||
data class Update(val notification: Notification) : SummaryNotification
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user