Skip to content

Commit 9c865c7

Browse files
committed
pass context as parameter of getInstance method
1 parent d1e0926 commit 9c865c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AUBLibrary/app/src/main/java/com/tss/aublibrary/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void onClick(DialogInterface dialog, int which) {
105105
}
106106
});
107107

108-
Utils.getInstance();
108+
Utils.getInstance(this);
109109
}
110110

111111
private void initViews() {

0 commit comments

Comments
 (0)