|
@@ -42,7 +42,9 @@ public class RestoreReceiver extends AbstractRestoreReceiver {
|
|
|
*/
|
|
*/
|
|
|
@Override
|
|
@Override
|
|
|
public void onRestore (Notification notification) {
|
|
public void onRestore (Notification notification) {
|
|
|
- notification.schedule();
|
|
|
|
|
|
|
+ if (notification.isScheduled()) {
|
|
|
|
|
+ notification.schedule();
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|