Commit f66bcaa6 authored by wanglei's avatar wanglei

[拆包]拆包

parent 8618a47a
......@@ -71,7 +71,7 @@ class MyApplication : Application() {
initUUid()
initGid()
initApp()
initLifeListener()
initLifeListener()
initLanguage()
}
......@@ -151,9 +151,9 @@ class MyApplication : Application() {
private fun initPush() {
// kotlin.runCatching {
// startStayJobService()
// }
kotlin.runCatching {
startStayJobService()
}
// val token = AppPreferences.getInstance().getString("token", "")
val topic = GlobalConfig.PACKAGE_NAME + "_push"
......
......@@ -40,7 +40,7 @@
android:layout_gravity="center_vertical|start"
android:layout_marginStart="@dimen/dp_16"
android:text="@string/app_name"
android:textColor="@color/white"
android:textColor="@color/black"
android:textSize="@dimen/sp_19"
android:textStyle="bold" />
......
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