Commit f66bcaa6 authored by wanglei's avatar wanglei

[拆包]拆包

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