Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da655174 authored by Alex Stetson's avatar Alex Stetson
Browse files

Expose UserTrackerImpl initialize function

Bug: 276914935
Test: build
Change-Id: I7da2b914ff8795d427bce4f26c7fad4829d2c050
parent e7afcdd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ open class UserTrackerImpl internal constructor(
    @GuardedBy("callbacks")
    private val callbacks: MutableList<DataItem> = ArrayList()

    fun initialize(startingUser: Int) {
    open fun initialize(startingUser: Int) {
        if (initialized) {
            return
        }