Browse Source

Remove a line

Mario Danic 8 years ago
parent
commit
beb491f64b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/com/owncloud/android/ui/fragment/ExtendedListFragment.java

+ 0 - 1
src/com/owncloud/android/ui/fragment/ExtendedListFragment.java

@@ -166,7 +166,6 @@ public class ExtendedListFragment extends Fragment
         searchView.setOnQueryTextListener(this);
 
         final Handler handler = new Handler();
-        //searchView.setMaxWidth(Integer.MAX_VALUE);
 
         DisplayMetrics displaymetrics = new DisplayMetrics();
         getActivity().getWindowManager().getDefaultDisplay().getMetrics(displaymetrics);