mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-01-06 17:46:31 +00:00
Update app/src/main/java/awais/instagrabber/adapters/KeywordsFilterAdapter.java
Co-authored-by: Austin Huang <im@austinhuang.me>
This commit is contained in:
parent
311c7feb80
commit
03413eedcd
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public class KeywordsFilterAdapter extends RecyclerView.Adapter<KeywordsFilterDi
|
||||||
items.remove(position);
|
items.remove(position);
|
||||||
settingsHelper.putStringSet(Constants.KEYWORD_FILTERS, new HashSet<>(items));
|
settingsHelper.putStringSet(Constants.KEYWORD_FILTERS, new HashSet<>(items));
|
||||||
notifyDataSetChanged();
|
notifyDataSetChanged();
|
||||||
final String message = context.getString(R.string.removed_keywords).replace("{0}", s);
|
final String message = context.getString(R.string.removed_keywords, s);
|
||||||
Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
|
Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue