Skip to content

Commit

Permalink
fix kotlin spotless check
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Feb 7, 2025
1 parent 66646fb commit 704cf2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class ConflictsResolveActivity : FileActivity(), OnConflictDecisionMadeListener

private fun dismissConflictResolveNotification(file: OCFile?) {
val notificationManager = getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
val tag = NotificationUtils.createUploadNotificationTag(file)
val tag = NotificationUtils.createUploadNotificationTag(file)
notificationManager.cancel(tag, FileUploadWorker.NOTIFICATION_ERROR_ID)
}

Expand Down

0 comments on commit 704cf2d

Please sign in to comment.