mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
Deprecate CurrentUserProvider
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
3e08781872
commit
93dacd25c4
@ -22,6 +22,12 @@ package com.nextcloud.talk.utils.database.user
|
||||
|
||||
import com.nextcloud.talk.models.database.UserEntity
|
||||
|
||||
/**
|
||||
* @deprecated use {@link com.nextcloud.talk.utils.database.user.CurrentUserProviderNew} instead.
|
||||
*
|
||||
* TODO: remove this class with a major version, 15.0.0 or 16.0.0.
|
||||
*/
|
||||
@kotlin.Deprecated("use com.nextcloud.talk.utils.database.user.CurrentUserProviderNew instead")
|
||||
interface CurrentUserProvider {
|
||||
val currentUser: UserEntity?
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user