|
@@ -180,8 +180,9 @@ class NotificationsActivity: BaseEuiccAccessActivity(), OpenEuiccContextMarker {
|
|
|
withContext(Dispatchers.IO) {
|
|
withContext(Dispatchers.IO) {
|
|
|
euiccChannel.lpa.handleNotification(notification.inner.seqNumber)
|
|
euiccChannel.lpa.handleNotification(notification.inner.seqNumber)
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ refresh()
|
|
|
}
|
|
}
|
|
|
- refresh()
|
|
|
|
|
true
|
|
true
|
|
|
}
|
|
}
|
|
|
R.id.notification_delete -> {
|
|
R.id.notification_delete -> {
|
|
@@ -189,8 +190,9 @@ class NotificationsActivity: BaseEuiccAccessActivity(), OpenEuiccContextMarker {
|
|
|
withContext(Dispatchers.IO) {
|
|
withContext(Dispatchers.IO) {
|
|
|
euiccChannel.lpa.deleteNotification(notification.inner.seqNumber)
|
|
euiccChannel.lpa.deleteNotification(notification.inner.seqNumber)
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ refresh()
|
|
|
}
|
|
}
|
|
|
- refresh()
|
|
|
|
|
true
|
|
true
|
|
|
}
|
|
}
|
|
|
else -> false
|
|
else -> false
|