Fix comment in CanUpdateAppsFragment

This commit is contained in:
Dominik Schürmann 2014-04-27 22:30:49 +02:00
parent d7203535e7
commit 53d9a15d11

View File

@ -84,9 +84,9 @@ public class CanUpdateAppsFragment extends AppListFragment {
} }
/** /**
* Copied from ListFragment and added EditText for search on top of list. We * Copied from ListFragment and added Button on top of list. We do not use a
* do not use a custom layout here, because this breaks the progress bar * custom layout here, because this breaks the progress bar functionality of
* functionality of ListFragment. * ListFragment.
* *
* @param inflater * @param inflater
* @param container * @param container