保存一波数据
This commit is contained in:
parent
94ec0d1d88
commit
695c28db02
@ -0,0 +1,15 @@
|
|||||||
|
package com.yunbao.live.viewmodel;
|
||||||
|
|
||||||
|
import androidx.lifecycle.ViewModel;
|
||||||
|
|
||||||
|
import com.yunbao.common.utils.SpUtil;
|
||||||
|
|
||||||
|
//直播时候位置做的 viewModel 注意这里
|
||||||
|
public class LivePositionViewModel extends ViewModel {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -2516,7 +2516,6 @@
|
|||||||
android:layout_height="27.33dp"
|
android:layout_height="27.33dp"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_marginStart="10dp"
|
android:layout_marginStart="10dp"
|
||||||
|
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
Loading…
Reference in New Issue
Block a user