]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/RVPage.mm
Remove (non-functional) shake-to-undo mechanism.
[cydia.git] / UICaboodle / RVPage.mm
index 8c702d30fcbf5df864236b0ec1ee036c9cbe6033..4a8ea5de01e40ce518a7edc06b0c8fa37d5e85d4 100644 (file)
 }
 - (void) reloadData {
 }
-@end
\ No newline at end of file
+- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
+    if ([self parentViewController]) {
+        return [[self parentViewController] shouldAutorotateToInterfaceOrientation:orientation];
+    } else {
+        return [super shouldAutorotateToInterfaceOrientation:orientation];
+    }
+}
+@end