应用上报
This commit is contained in:
@ -34,7 +34,7 @@ public class InstallUtils {
|
||||
|
||||
public static InstallUtils getInstance(Context context) {
|
||||
if (mInstance == null) {
|
||||
synchronized (CommentManager.class) {
|
||||
synchronized (InstallUtils.class) {
|
||||
if (mInstance == null) {
|
||||
mInstance = new InstallUtils(context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user