We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TaskListActivity
try { mPagerAdapter = new TaskGroupPagerAdapter(getSupportFragmentManager(), mGroupingFactories, this, R.xml.listview_tabs); } catch (XmlPullParserException e) { // TODO Automatisch generierter Erfassungsblock e.printStackTrace(); } catch (IOException e) { // TODO Automatisch generierter Erfassungsblock e.printStackTrace(); } catch (XmlObjectPullParserException e) { // TODO Automatisch generierter Erfassungsblock e.printStackTrace(); }
(This is taken out of #613 as an independent change.)
The text was updated successfully, but these errors were encountered:
Clean up TaskGroupPagerAdapter instantiation exception handling and s…
c3d1c52
…ome unused code in TaskListActivity. #621
d047d07
…ome unused code in TaskListActivity. #621 (#622)
lemonboston
No branches or pull requests
There is this not too nice piece of code (below) in
TaskListActivity
, make it cleaner.(This is taken out of #613 as an independent change.)
The text was updated successfully, but these errors were encountered: