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