fixes #3440 "Campaign notification is not removed from Home even when disabling it in the setting" (#4231)

This commit is contained in:
Aditya-Srivastav 2021-02-27 21:57:06 +05:30 committed by GitHub
parent 630c2a5dcd
commit 0a857974f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -577,6 +577,9 @@ public class ContributionsFragment
if (store.getBoolean("displayCampaignsCardView", true)) {
presenter.getCampaigns();
}
else{
campaignView.setVisibility(View.GONE);
}
}
@Override public void showMessage(String message) {