啟動頁跳轉廣告點擊返回鍵退出應用問題修復
This commit is contained in:
parent
adcafc7e16
commit
07d3b190e2
@ -392,6 +392,15 @@ public class LauncherActivity extends AppCompatActivity implements View.OnClickL
|
|||||||
mPlayer = null;
|
mPlayer = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onBackPressed() {
|
||||||
|
if (mLauncherAdViewHolder != null) {
|
||||||
|
mLauncherAdViewHolder.release();
|
||||||
|
checkUidAndToken();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
super.onBackPressed();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 播放广告
|
* 播放广告
|
||||||
|
@ -9,9 +9,9 @@ ext {
|
|||||||
]
|
]
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
//正式、
|
//正式、
|
||||||
// serverHost : "https://napi.yaoulive.com",
|
serverHost : "https://napi.yaoulive.com",
|
||||||
// 测试
|
// 测试
|
||||||
serverHost : " https://ceshi.yaoulive.com",
|
// serverHost : " https://ceshi.yaoulive.com",
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user