Optimisation diverse
This commit is contained in:
@@ -46,8 +46,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
private WebView web;
|
||||
private String url, userAgent, contentDisposition, mimeType;
|
||||
private Dialog dialog;
|
||||
private TextView tv_close;
|
||||
private TextView tv_version;
|
||||
private TextView tv_close, tv_version;
|
||||
private static String versionName;
|
||||
private static final String NUMERO_TEL_RADIO = "+33375411456";
|
||||
private static final String URL_PLATEFORM = "https://podcast.radiomercure.fr"; //"https://www.radiomercure.fr/?playerbar-pageinicial";
|
||||
|
||||
@@ -251,7 +251,7 @@ public class MediaPlayerService extends Service implements MediaPlayer.OnComplet
|
||||
if (mediaPlayer != null) {
|
||||
if (ongoingCall) {
|
||||
ongoingCall = false;
|
||||
resumeMedia();
|
||||
playMedia();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user