Skip to content

Commit 70b4401

Browse files
committed
fix: lint
Signed-off-by: alperozturk96 <[email protected]>
1 parent 1941bb8 commit 70b4401

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/com/nextcloud/client/notifications/AppWideNotificationManager.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import android.app.PendingIntent
1212
import android.content.Context
1313
import android.content.Intent
1414
import android.content.pm.PackageManager
15-
import androidx.annotation.RequiresPermission
1615
import androidx.core.app.ActivityCompat
1716
import androidx.core.app.NotificationCompat
1817
import androidx.core.app.NotificationManagerCompat
@@ -38,7 +37,6 @@ object AppWideNotificationManager {
3837

3938
private const val SYNC_CONFLICT_NOTIFICATION_ID = 112
4039

41-
4240
fun showSyncConflictNotification(context: Context) {
4341
val intent = Intent(context, UploadListActivity::class.java).apply {
4442
flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TOP

0 commit comments

Comments
 (0)