优化:
修改直播间loading播放头像
This commit is contained in:
parent
0dd33d9dec
commit
c4bed12003
@ -253,7 +253,10 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
||||
|
||||
@Override
|
||||
public void onRemove() {
|
||||
mLiveAudienceViewHolder.removeCallbacks();
|
||||
if (mLiveAudienceViewHolder != null) {
|
||||
mLiveAudienceViewHolder.removeCallbacks();
|
||||
}
|
||||
mLiveAudienceViewHolder = null;
|
||||
//断开socket
|
||||
|
||||
if (mSocketRyClient != null) {
|
||||
|
@ -3,52 +3,52 @@
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/loading_00000"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00001"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00002"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00003"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00004"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00005"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00006"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00007"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00008"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00009"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00010"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00011"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00012"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00013"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00014"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00015"
|
||||
android:duration="200" />
|
||||
android:duration="100" />
|
||||
|
||||
|
||||
</animation-list>
|
Loading…
Reference in New Issue
Block a user