do not clear disk full message

This commit is contained in:
Milos Kozak 2021-12-02 21:07:12 +01:00
parent 9ba95287dd
commit d7a4740e7d

View file

@ -46,8 +46,6 @@ class StorageConstraintPlugin @Inject constructor(
value.set(aapsLogger, false, rh.gs(R.string.diskfull, Constants.MINIMUM_FREE_SPACE), this)
val notification = Notification(Notification.DISK_FULL, rh.gs(R.string.diskfull, Constants.MINIMUM_FREE_SPACE), Notification.NORMAL)
rxBus.send(EventNewNotification(notification))
} else {
rxBus.send(EventDismissNotification(Notification.DISK_FULL))
}
return value
}