Show campaign title if we are displaying a campaign

Change-Id: I3982749fd4f8ce08a2bbf704db9c2f694456d5d5
This commit is contained in:
YuviPanda 2013-10-23 05:56:21 +05:30
parent e442f73374
commit ad0e299f33

View file

@ -110,6 +110,7 @@ public class ContributionsActivity
if(getIntent().hasExtra("campaign")) {
this.campaign = (Campaign) getIntent().getSerializableExtra("campaign");
this.setTitle(campaign.getTitle());
}
contributionsList = (ContributionsListFragment)getSupportFragmentManager().findFragmentById(R.id.contributionsListFragment);