Optimisation diverse

This commit is contained in:
2023-02-05 14:58:49 +01:00
parent d06d284fcd
commit 27dae2ff73
2 changed files with 2 additions and 3 deletions

View File

@@ -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";

View File

@@ -251,7 +251,7 @@ public class MediaPlayerService extends Service implements MediaPlayer.OnComplet
if (mediaPlayer != null) {
if (ongoingCall) {
ongoingCall = false;
resumeMedia();
playMedia();
}
}
break;