Commit 63a52f51 authored by wanglei's avatar wanglei

...

parent f6cb9add
...@@ -76,6 +76,7 @@ object LocationShareListUtils { ...@@ -76,6 +76,7 @@ object LocationShareListUtils {
val viewerListJson = jsonObject.getJSONArray("viewerList").toString() val viewerListJson = jsonObject.getJSONArray("viewerList").toString()
LogEx.logDebug(TAG, "viewerListJson=$viewerListJson") LogEx.logDebug(TAG, "viewerListJson=$viewerListJson")
val viewerList: List<ViewerBean> = gson.fromJson(viewerListJson, viewerListType) val viewerList: List<ViewerBean> = gson.fromJson(viewerListJson, viewerListType)
LogEx.logDebug(TAG, "viewerListJson size=${viewerList.size}")
viewerListCallBack?.invoke(viewerList) viewerListCallBack?.invoke(viewerList)
val viewingListJson = jsonObject.getJSONArray("viewingList").toString() val viewingListJson = jsonObject.getJSONArray("viewingList").toString()
......
...@@ -79,7 +79,6 @@ ...@@ -79,7 +79,6 @@
tools:text="AZEQFOU2" /> tools:text="AZEQFOU2" />
<ImageView <ImageView
android:id="@+id/tv_copy"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="end" android:layout_gravity="end"
...@@ -90,6 +89,7 @@ ...@@ -90,6 +89,7 @@
<TextView <TextView
android:id="@+id/tv_copy"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="50dp" android:layout_height="50dp"
android:layout_marginHorizontal="16dp" android:layout_marginHorizontal="16dp"
......
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