Konsist: no field should have 'm' prefix, and fix new detected issues.
This commit is contained in:
+2
-2
@@ -56,7 +56,7 @@ class DefaultPushHandler @Inject constructor(
|
||||
private val coroutineScope = CoroutineScope(SupervisorJob())
|
||||
|
||||
// UI handler
|
||||
private val mUIHandler by lazy {
|
||||
private val uiHandler by lazy {
|
||||
Handler(Looper.getMainLooper())
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@ class DefaultPushHandler @Inject constructor(
|
||||
return
|
||||
}
|
||||
|
||||
mUIHandler.post {
|
||||
uiHandler.post {
|
||||
coroutineScope.launch(Dispatchers.IO) { handleInternal(pushData) }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user