Skip to content

Commit

Permalink
adding app count to title
Browse files Browse the repository at this point in the history
  • Loading branch information
burntcookie90 committed Aug 25, 2014
1 parent b2fbca0 commit f9ab2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/dwak/applist/AppListFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ protected void onPostExecute(List<ApplicationInfo> applicationInfos) {
mAdapter.notifyDataSetChanged();
mProgressBar.setVisibility(View.GONE);
mListView.setVisibility(View.VISIBLE);
getActivity().setTitle(mApplicationList.size() + " apps");
}
}
}
Expand Down

0 comments on commit f9ab2aa

Please sign in to comment.