Skip to content

Commit

Permalink
Pull request #88: MCA-4357 Sync with Android repo
Browse files Browse the repository at this point in the history
Merge in MML/infobip-mobile-messaging-huawei from jdzubak-MCA-4357-sync-with-android to master

Squashed commit of the following:

commit 0706111974c0270685b17471d4e9c5d0157165eb
Author: Jakub Dzubak <[email protected]>
Date:   Tue Dec 17 16:16:49 2024 +0100

    MCA-4357 Sync with Android repo
  • Loading branch information
jakubdzubak1 committed Dec 17, 2024
1 parent ba426c5 commit 8c30e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ private static Uri getUriFromMediaStoreURI(Uri mediaStoreUri, FragmentActivity a
public interface InAppChatAttachmentHelperListener {
void onAttachmentCreated(InAppChatMobileAttachment attachment);

void onError(Context context, InternalSdkError.InternalSdkException exception);
void onError(Context context, Exception exception);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ class InAppChatFragment : Fragment(), InAppChatFragmentActivityResultDelegate.Re

override fun onError(
context: Context?,
exception: InternalSdkError.InternalSdkException?
exception: Exception?
) {
if (exception!!.message == InternalSdkError.ERROR_ATTACHMENT_MAX_SIZE_EXCEEDED.get()) {
MobileMessagingLogger.e(
Expand Down

0 comments on commit 8c30e63

Please sign in to comment.