fix code analytics

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-12-19 11:47:12 +01:00
parent 0cb6307e34
commit b71b2db885
No known key found for this signature in database
GPG key ID: 4E577DC593B59BDF

View file

@ -101,6 +101,7 @@ class SyncWorkerNotificationManager(private val context: Context) {
dismiss()
}
@Suppress("MagicNumber")
suspend fun showNotAvailableDiskSpace() {
val notification =
getNotification(context.getString(R.string.sync_worker_insufficient_disk_space_notification_title))