Fix cancelRestoreUpdate comment

This commit is contained in:
Jays2Kings 2021-04-27 23:10:12 -04:00
parent 4dea924337
commit 7eb76f68da

View File

@ -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)