Skip to content

Commit cdaf8df

Browse files
committed
fix(auto-upload): calls
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 0a9b9dc commit cdaf8df

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

app/src/main/java/com/nextcloud/client/jobs/notification/WorkerNotificationManager.kt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,4 @@ open class WorkerNotificationManager(
8989
notification,
9090
ForegroundServiceType.DataSync
9191
)
92-
93-
fun createNotification(title: String, iconId: Int): Notification = notificationBuilder
94-
.setContentTitle(title)
95-
.setSmallIcon(iconId)
96-
.setOngoing(true)
97-
.setSound(null)
98-
.setVibrate(null)
99-
.setOnlyAlertOnce(true)
100-
.setPriority(NotificationCompat.PRIORITY_LOW)
101-
.setSilent(true)
102-
.build()
10392
}

0 commit comments

Comments
 (0)