Commit 47731a42 authored by wanglei's avatar wanglei

...

parent a8cb22bc
......@@ -217,6 +217,7 @@ class MyApplication : Application() {
//广告
AdsMgr.adsConfigBean = configBean.adConfigBean
LogEx.logDebug("initConfig", "AdsMgr.adsConfigBean=${configBean.adConfigBean.functionInShowAd}")
//通知
PopupConstObject.popupConfigBean = configBean.popupConfigBean
......
......@@ -43,7 +43,7 @@ object NewComUtils {
val response = doGet()
if (response == null) {
withContext(Dispatchers.Main) {
callback("")
callback(null)
}
return@launch
}
......
......@@ -108,7 +108,7 @@ object StayNotification {
val builder = NotificationCompat.Builder(context, channelId)
val smallIcon = IconCompat.createFromIcon(
context, Icon.createWithResource(
context, R.mipmap.logo
context, R.drawable.location_svg
)
)
......
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="232dp"
android:height="303dp"
android:viewportWidth="464"
android:viewportHeight="607">
<!-- <path-->
<!-- android:pathData="M87,537a145,70 0,1 0,290 0a145,70 0,1 0,-290 0z"-->
<!-- android:strokeWidth="0"-->
<!-- android:fillColor="#bababa"/>-->
<path
android:fillColor="#777"
android:fillType="evenOdd"
android:pathData="M264.8,530.02c132.8,-124.32 199.2,-225.24 199.2,-302.77C464,101.74 360.13,0 232,0S0,101.74 0,227.25c0,77.53 66.4,178.45 199.2,302.77h0c18.46,17.28 47.15,17.28 65.61,0Z"
android:strokeWidth="0" />
<path
android:fillColor="#fff"
android:pathData="M232,224m-88,0a88,88 0,1 1,176 0a88,88 0,1 1,-176 0"
android:strokeWidth="0" />
</vector>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment