Skip to content

Commit

Permalink
Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
KapilYadav-dev committed Nov 14, 2020
1 parent 427a550 commit 61147d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.List;
import java.util.regex.Pattern;

public class CensoryLibrary {
public class Censory {
public String defaultCensor(String string, Context context) {
List<String> words = Arrays.asList(context.getResources().getStringArray(R.array.censored));
for (String word : words) {
Expand Down

0 comments on commit 61147d6

Please sign in to comment.