Merge "Expose UserTrackerImpl initialize function" into udc-dev
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user