opt
This commit is contained in:
@@ -49,6 +49,7 @@ import com.mogo.utils.storage.SharedPrefsMgr;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.json.JSONObject;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
@@ -483,6 +484,7 @@ public class ShareControl implements IMogoShareManager, IMogoIntentListener,
|
||||
config = GsonUtil.jsonFromObject(btnList);
|
||||
Logger.d(TAG, "获取分享框成功:" + config);
|
||||
} else {
|
||||
config = GsonUtil.jsonFromObject(new ArrayList<FixableButton>());
|
||||
Logger.d(TAG, "获取分享框成功,但是data没有内容");
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user