File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/src/main/java/com/nextcloud/client/notifications Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import android.app.PendingIntent
1212import android.content.Context
1313import android.content.Intent
1414import android.content.pm.PackageManager
15- import androidx.annotation.RequiresPermission
1615import androidx.core.app.ActivityCompat
1716import androidx.core.app.NotificationCompat
1817import 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
You can’t perform that action at this time.
0 commit comments