-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: handle uri asset #2827
chore: handle uri asset #2827
Conversation
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3784 succeeded. The build produced the following APK's: |
APKs built during tests are available here. Scroll down to Artifacts! |
APKs built during tests are available here. Scroll down to Artifacts! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 🏅
Build 3796 succeeded. The build produced the following APK's: |
private val sendAssetMessage: ScheduleNewAssetMessageUseCase, | ||
private val sendTextMessage: SendTextMessageUseCase, | ||
private val kaliumFileSystem: KaliumFileSystem, | ||
private val getAssetSizeLimit: GetAssetSizeLimitUseCase, | ||
private val handleUriAssetUseCase: HandleUriAssetUseCase, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private val handleUriAssetUseCase: HandleUriAssetUseCase, | |
private val handleUriAsset: HandleUriAssetUseCase, |
@@ -281,14 +275,14 @@ class ImportMediaAuthenticatedViewModel @Inject constructor( | |||
|
|||
suspend fun handleReceivedDataFromSharingIntent(activity: AppCompatActivity) { | |||
val incomingIntent = ShareCompat.IntentReader(activity) | |||
appLogger.e("Received data from sharing intent ${incomingIntent.streamCount}") | |||
appLogger.i("Received data from sharing intent ${incomingIntent.streamCount}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch
94cb684
into
chore/extract-send-message-to-viemodel
APKs built during tests are available here. Scroll down to Artifacts! |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?