fix variable bug

This commit is contained in:
Nitser 2019-10-01 17:32:52 +03:00
parent bbfb4ea273
commit ff76eccc19
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import ru.touchin.roboswag.core.log.Lc
import ru.touchin.roboswag.core.log.LcGroup
class LifecycleLoggingObserver (
private val call: lifecycleOwner
private val lifecycleOwner: Any
) : LifecycleObserver {
@OnLifecycleEvent(Lifecycle.Event.ON_CREATE)