diff --git a/Leanote/controller/notebook/NotebookController.m b/Leanote/controller/notebook/NotebookController.m index 86a48c8..86780c8 100755 --- a/Leanote/controller/notebook/NotebookController.m +++ b/Leanote/controller/notebook/NotebookController.m @@ -874,7 +874,7 @@ // [controller.searchResultsTableView reloadData]; // 不能有这个, 这个没用!! 有这个会导致选择笔记有问题 [self.tableView reloadData]; - if (IS_IPAD) { + if (!IS_IPAD) { [self restoreBarStyle];