Skip to content

Commit af9c9ef

Browse files
committed
Update visibility of io.getstream.chat.android.ui.common.feature.messages.composer classes
1 parent f71bcae commit af9c9ef

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

stream-chat-android-ui-common/api/stream-chat-android-ui-common.api

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -753,14 +753,6 @@ public final class io/getstream/chat/android/ui/common/feature/messages/composer
753753
public fun handleUserLookup (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
754754
}
755755

756-
public final class io/getstream/chat/android/ui/common/feature/messages/composer/mention/LocalUserLookupHandler : io/getstream/chat/android/ui/common/feature/messages/composer/mention/UserLookupHandler {
757-
public static final field $stable I
758-
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;)V
759-
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Lio/getstream/chat/android/ui/common/feature/messages/composer/query/filter/QueryFilter;)V
760-
public synthetic fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Lio/getstream/chat/android/ui/common/feature/messages/composer/query/filter/QueryFilter;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
761-
public fun handleUserLookup (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
762-
}
763-
764756
public abstract interface class io/getstream/chat/android/ui/common/feature/messages/composer/mention/Mention {
765757
public abstract fun getDisplay ()Ljava/lang/String;
766758
public abstract fun getType ()Lio/getstream/chat/android/ui/common/feature/messages/composer/mention/MentionType;

stream-chat-android-ui-common/src/main/kotlin/io/getstream/chat/android/ui/common/feature/messages/composer/mention/LocalUserLookupHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import io.getstream.log.taggedLogger
3131
* @param channelCid The CID of the channel we are querying for members.
3232
* @param filter The filter used to filter the users.
3333
*/
34-
public class LocalUserLookupHandler @JvmOverloads constructor(
34+
internal class LocalUserLookupHandler(
3535
private val chatClient: ChatClient,
3636
private val channelCid: String,
3737
private val filter: QueryFilter<User> = DefaultUserQueryFilter(),

0 commit comments

Comments
 (0)