From 2bef10d847c6db9adf9e603643bdcf3bcaa1300f Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Thu, 18 Oct 2012 10:53:47 +0200 Subject: [PATCH] Undone the background message in empty folders --- src/com/owncloud/android/ui/FragmentListView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/owncloud/android/ui/FragmentListView.java b/src/com/owncloud/android/ui/FragmentListView.java index 95292bb7..be4b7e55 100644 --- a/src/com/owncloud/android/ui/FragmentListView.java +++ b/src/com/owncloud/android/ui/FragmentListView.java @@ -40,7 +40,7 @@ public class FragmentListView extends SherlockFragment implements mList = (ExtendedListView)(v.findViewById(R.id.list_root)); mList.setOnItemClickListener(this); mList.setOnItemLongClickListener(this); - mList.setEmptyView(v.findViewById(R.id.empty_list_view)); + //mList.setEmptyView(v.findViewById(R.id.empty_list_view)); // looks like it's not a cool idea mList.setDivider(getResources().getDrawable(R.drawable.uploader_list_separator)); mList.setDividerHeight(1); return v; -- 2.11.0