Skip to content

Commit

Permalink
Functions
Browse files Browse the repository at this point in the history
  • Loading branch information
fefereliezer committed Nov 9, 2020
1 parent 46d136d commit 76e74e9
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

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

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

public class Functions {
public class EFunctions {
public static void setText(@NonNull TextView tv, @Nullable String string){
if(string == null){
tv.setText("");
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include ':Functions'
include ':EFunctions'
include ':app'
rootProject.name = "Functions"

0 comments on commit 76e74e9

Please sign in to comment.