Dashboard settings fix
This commit is contained in:
parent
f5e42e996f
commit
c4a3248e9a
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ public class DashboardSettingsDialogFragment extends DialogFragment {
|
|||
public View getView(final int position, View convertView, ViewGroup parent) {
|
||||
DashFragmentData dashFragmentData = getItem(position);
|
||||
DashViewHolder viewHolder;
|
||||
boolean hasRows = getItemViewType(position) == 1;
|
||||
boolean hasRows = false;//getItemViewType(position) == 1;
|
||||
if (convertView == null) {
|
||||
viewHolder = new DashViewHolder();
|
||||
if (hasRows) {
|
||||
|
|
Loading…
Reference in a new issue