MCPcopy Create free account
hub / github.com/bttv-android/bttv / remove

Method remove

mod/app/src/main/java/bttv/highlight/StringSetUI.java:43–46  ·  view source on GitHub ↗
(String word)

Source from the content-addressed store, hash-verified

41
42
43 void remove(String word) {
44 stringSet.remove(word.toLowerCase());
45 stringSetSetting.entry.set(Data.ctx, new UserPreferences.Entry.StringSetValue(stringSet));
46 }
47
48 boolean add(String word) {
49 boolean val = stringSet.add(word.toLowerCase());

Callers 2

appendToBadgesMethod · 0.80
onClickMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected