From e53b2b99bb33dba310aabd31ef540d5f7731852e Mon Sep 17 00:00:00 2001 From: life Date: Fri, 6 Nov 2015 10:00:46 +0800 Subject: [PATCH] =?UTF-8?q?Edit=20New=20issue=20iPad=20=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96,=20=E4=B8=8D=E9=9A=90?= =?UTF-8?q?=E8=97=8FNavigation=20#20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Leanote/controller/notebook/NotebookController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];