Rename UserPushStoreFactory.create to UserPushStoreFactory.getOrCreate for code clarity.
This commit is contained in:
parent
75f1d2fdc0
commit
8971a6c0fb
11 changed files with 13 additions and 13 deletions
|
|
@ -22,5 +22,5 @@ import io.element.android.libraries.matrix.api.core.SessionId
|
|||
* Store data related to push about a user.
|
||||
*/
|
||||
interface UserPushStoreFactory {
|
||||
fun create(userId: SessionId): UserPushStore
|
||||
fun getOrCreate(userId: SessionId): UserPushStore
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue