From: tobiasKaminsky Date: Sat, 31 Oct 2015 12:29:04 +0000 (+0100) Subject: removed NPE X-Git-Tag: beta-20151122~57 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/669ec2514b4d39b380858eb1d79c222814706f62 removed NPE --- diff --git a/src/com/owncloud/android/ui/fragment/OCFileListFragment.java b/src/com/owncloud/android/ui/fragment/OCFileListFragment.java index 51a77a8f..9a2ad917 100644 --- a/src/com/owncloud/android/ui/fragment/OCFileListFragment.java +++ b/src/com/owncloud/android/ui/fragment/OCFileListFragment.java @@ -470,10 +470,6 @@ public class OCFileListFragment extends ExtendedListFragment { @Override public void onItemClick(AdapterView l, View v, int position, long id) { - // NPE - String string = null; - Log_OC.d(TAG, string.toString()); - OCFile file = (OCFile) mAdapter.getItem(position); if (file != null) { if (file.isFolder()) {