mirror of
https://github.com/nextcloud/android.git
synced 2024-12-20 16:02:01 +03:00
fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
0cb6307e34
commit
b71b2db885
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue