|
@@ -1850,6 +1850,7 @@ public class CallingBedActivity extends BaseActivity implements ISerialPortBedOn
|
|
|
.playMusic(Constants.URL + Constants.URL_END + "/"
|
|
|
+ broadCastEntity.getPath(), this, MediaPlayerManger.PLAY);
|
|
|
}
|
|
|
+ handler.removeMessages(RESET_BROADCAST_VIEW);
|
|
|
|
|
|
/*if (!SharedPreferencesUtil.getStringSp(this, "SetUpBroadcastVoice", "voice").equals("")) {
|
|
|
float voice = Float.parseFloat(SharedPreferencesUtil.getStringSp(this, "SetUpBroadcastVoice", "voice"));
|