直播间loading动画从10秒改成15秒
This commit is contained in:
parent
5d7cff6707
commit
543336af99
@ -365,10 +365,12 @@ public class LiveExoPlayerManager {
|
||||
Log.i(TAG, "release: 释放播放器");
|
||||
player1.release();
|
||||
player2.release();
|
||||
handler.removeCallbacks(buffRunnable);
|
||||
}
|
||||
|
||||
public void clearUrl() {
|
||||
url = "";
|
||||
handler.removeCallbacks(buffRunnable);
|
||||
}
|
||||
|
||||
public String getUrl() {
|
||||
|
@ -605,7 +605,7 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
||||
mLiveRoomViewHolder.showPrizePoolLevel(String.valueOf(giftPrizePoolLevel));
|
||||
}
|
||||
}
|
||||
liveHandler.postDelayed(loadRunnableGone, 10_000);
|
||||
liveHandler.postDelayed(loadRunnableGone, 15_000);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user