mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 11:31:54 +01:00
Fix cancelRestoreUpdate comment
This commit is contained in:
parent
4dea924337
commit
7eb76f68da
@ -254,10 +254,9 @@ class NotificationReceiver : BroadcastReceiver() {
|
||||
}
|
||||
}
|
||||
|
||||
/* Method called when user wants to stop a restore
|
||||
/** Method called when user wants to stop a restore
|
||||
*
|
||||
* @param context context of application
|
||||
* @param notificationId id of notification
|
||||
*/
|
||||
private fun cancelRestoreUpdate(context: Context) {
|
||||
BackupRestoreService.stop(context)
|
||||
|
Loading…
Reference in New Issue
Block a user