Code formatting, removed dead code, fixed warning

This commit is contained in:
fkloft
2013-09-18 16:48:30 +02:00
parent daaef1575e
commit 1a1008c70e
5 changed files with 40 additions and 65 deletions

View File

@@ -42,8 +42,7 @@ public class IntentFragment extends Fragment implements OnScrollListener, OnItem
}
@Override
public void onItemClick(AdapterView<?> parent, View view, int position, long id)
{
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
Intent intent = mListView.getTargetIntent(position);
startActivity(intent);
}