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

Commit 3ea33a12 authored by Alex Stetson's avatar Alex Stetson Committed by Automerger Merge Worker
Browse files

Merge "Expose UserTrackerImpl initialize function" into udc-dev am: 0a2721fc

parents 5733a182 0a2721fc
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
        }