new Thread用RxJava或者线程池代替
This commit is contained in:
@ -106,7 +106,8 @@ public class ShareCardActivity extends BaseActivity {
|
||||
}, 200);
|
||||
|
||||
if (!TextUtils.isEmpty(newsId)) {
|
||||
QRCodeUtils.setQRCode(this, newsId, mShareQrCodeDv);
|
||||
String qrBody = "http://www.ghzhushou.com/article/" + newsId + ".html?source=appshare200";
|
||||
QRCodeUtils.setQRCode(this, qrBody, mShareQrCodeDv);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user