mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Rename fun.
This commit is contained in:
parent
e0fe91f54b
commit
7bd2184b26
@ -51,7 +51,7 @@ class UnifiedPushHelper @Inject constructor(
|
||||
activity: FragmentActivity,
|
||||
onDoneRunnable: Runnable? = null,
|
||||
) {
|
||||
gRegister(
|
||||
registerInternal(
|
||||
activity,
|
||||
onDoneRunnable = onDoneRunnable
|
||||
)
|
||||
@ -62,7 +62,7 @@ class UnifiedPushHelper @Inject constructor(
|
||||
pushersManager: PushersManager,
|
||||
onDoneRunnable: Runnable? = null
|
||||
) {
|
||||
gRegister(
|
||||
registerInternal(
|
||||
activity,
|
||||
force = true,
|
||||
pushersManager = pushersManager,
|
||||
@ -70,7 +70,7 @@ class UnifiedPushHelper @Inject constructor(
|
||||
)
|
||||
}
|
||||
|
||||
private fun gRegister(
|
||||
private fun registerInternal(
|
||||
activity: FragmentActivity,
|
||||
force: Boolean = false,
|
||||
pushersManager: PushersManager? = null,
|
||||
|
Loading…
Reference in New Issue
Block a user