Rename fun.
This commit is contained in:
parent
e0fe91f54b
commit
7bd2184b26
@ -51,7 +51,7 @@ class UnifiedPushHelper @Inject constructor(
|
|||||||
activity: FragmentActivity,
|
activity: FragmentActivity,
|
||||||
onDoneRunnable: Runnable? = null,
|
onDoneRunnable: Runnable? = null,
|
||||||
) {
|
) {
|
||||||
gRegister(
|
registerInternal(
|
||||||
activity,
|
activity,
|
||||||
onDoneRunnable = onDoneRunnable
|
onDoneRunnable = onDoneRunnable
|
||||||
)
|
)
|
||||||
@ -62,7 +62,7 @@ class UnifiedPushHelper @Inject constructor(
|
|||||||
pushersManager: PushersManager,
|
pushersManager: PushersManager,
|
||||||
onDoneRunnable: Runnable? = null
|
onDoneRunnable: Runnable? = null
|
||||||
) {
|
) {
|
||||||
gRegister(
|
registerInternal(
|
||||||
activity,
|
activity,
|
||||||
force = true,
|
force = true,
|
||||||
pushersManager = pushersManager,
|
pushersManager = pushersManager,
|
||||||
@ -70,7 +70,7 @@ class UnifiedPushHelper @Inject constructor(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun gRegister(
|
private fun registerInternal(
|
||||||
activity: FragmentActivity,
|
activity: FragmentActivity,
|
||||||
force: Boolean = false,
|
force: Boolean = false,
|
||||||
pushersManager: PushersManager? = null,
|
pushersManager: PushersManager? = null,
|
||||||
|
Loading…
Reference in New Issue
Block a user