Commit 385d3a5f by 霍志良

fix:部分机型修复无法发布动态问题

parent df3e5ed1
......@@ -11,7 +11,7 @@ ext {
"m-user" : "0.0.61.37",
"m-home" : "0.0.22.68",
"m-im" : "0.0.19.54",
"m-dynamic" : "0.0.7.25",
"m-dynamic" : "0.0.7.26",
"m-article" : "0.0.0.10",
"m-muse" : "0.0.28.24",
......@@ -94,7 +94,7 @@ ext {
"m-user" : "0.0.61.37",
"m-home" : "0.0.22.68",
"m-im" : "0.0.19.54",
"m-dynamic" : "0.0.7.25",
"m-dynamic" : "0.0.7.26",
"m-article" : "0.0.0.8",
"m-muse" : "0.0.28.24",
......
......@@ -765,7 +765,7 @@ public class PublishQuestionAndTrendFragment extends BaseFragment implements Vie
return;
}
for (int i = 0; i < list.size(); i++) {
AddImag(list.get(i).getPath());
AddImag(list.get(i).getAndroidQToPath());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment