We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5b7cc commit 013bc7dCopy full SHA for 013bc7d
app/src/main/java/fr/free/nrw/commons/campaigns/CampaignView.java
@@ -69,7 +69,7 @@ public void setCampaign(final Campaign campaign) {
69
@Override public boolean onSwipe(final View view) {
70
view.setVisibility(View.GONE);
71
((BaseActivity) getContext()).defaultKvStore
72
- .putBoolean(campaignPreference, false);
+ .putBoolean(CAMPAIGNS_DEFAULT_PREFERENCE, false);
73
ViewUtil.showLongToast(getContext(),
74
getResources().getString(R.string.nearby_campaign_dismiss_message));
75
return true;
0 commit comments