mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +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 context context of application
|
||||||
* @param notificationId id of notification
|
|
||||||
*/
|
*/
|
||||||
private fun cancelRestoreUpdate(context: Context) {
|
private fun cancelRestoreUpdate(context: Context) {
|
||||||
BackupRestoreService.stop(context)
|
BackupRestoreService.stop(context)
|
||||||
|
Loading…
Reference in New Issue
Block a user