mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix cancelRestoreUpdate comment
This commit is contained in:
parent
4dea924337
commit
7eb76f68da
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue