mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Revert "Fix Google Camera social share."
This reverts commit c078d08df7.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package org.thoughtcrime.securesms.sharing
|
||||
package org.thoughtcrime.securesms.sharing.v2
|
||||
|
||||
import android.net.Uri
|
||||
import org.thoughtcrime.securesms.sharing.MultiShareArgs
|
||||
import java.lang.UnsupportedOperationException
|
||||
|
||||
sealed class ResolvedShareData {
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.thoughtcrime.securesms.sharing
|
||||
package org.thoughtcrime.securesms.sharing.v2
|
||||
|
||||
import android.app.Activity
|
||||
import android.content.Intent
|
||||
@@ -21,6 +21,8 @@ import org.thoughtcrime.securesms.conversation.mutiselect.forward.MultiselectFor
|
||||
import org.thoughtcrime.securesms.mediasend.Media
|
||||
import org.thoughtcrime.securesms.mediasend.v2.MediaSelectionActivity.Companion.share
|
||||
import org.thoughtcrime.securesms.recipients.RecipientId
|
||||
import org.thoughtcrime.securesms.sharing.MultiShareDialogs
|
||||
import org.thoughtcrime.securesms.sharing.MultiShareSender
|
||||
import org.thoughtcrime.securesms.sharing.MultiShareSender.MultiShareSendResultCollection
|
||||
import org.thoughtcrime.securesms.sharing.interstitial.ShareInterstitialActivity
|
||||
import org.thoughtcrime.securesms.util.ConversationUtil
|
||||
@@ -1,6 +1,7 @@
|
||||
package org.thoughtcrime.securesms.sharing
|
||||
package org.thoughtcrime.securesms.sharing.v2
|
||||
|
||||
import org.thoughtcrime.securesms.contacts.paged.ContactSearchKey
|
||||
import org.thoughtcrime.securesms.sharing.MultiShareArgs
|
||||
|
||||
sealed class ShareEvent {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.thoughtcrime.securesms.sharing
|
||||
package org.thoughtcrime.securesms.sharing.v2
|
||||
|
||||
import android.Manifest
|
||||
import android.content.Context
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.thoughtcrime.securesms.sharing
|
||||
package org.thoughtcrime.securesms.sharing.v2
|
||||
|
||||
data class ShareState(
|
||||
val loadState: ShareDataLoadState = ShareDataLoadState.Init
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.thoughtcrime.securesms.sharing
|
||||
package org.thoughtcrime.securesms.sharing.v2
|
||||
|
||||
import androidx.lifecycle.ViewModel
|
||||
import androidx.lifecycle.ViewModelProvider
|
||||
@@ -10,6 +10,7 @@ import io.reactivex.rxjava3.kotlin.subscribeBy
|
||||
import io.reactivex.rxjava3.subjects.PublishSubject
|
||||
import org.signal.core.util.logging.Log
|
||||
import org.thoughtcrime.securesms.contacts.paged.ContactSearchKey
|
||||
import org.thoughtcrime.securesms.sharing.InterstitialContentType
|
||||
import org.thoughtcrime.securesms.util.rx.RxStore
|
||||
|
||||
class ShareViewModel(
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.thoughtcrime.securesms.sharing
|
||||
package org.thoughtcrime.securesms.sharing.v2
|
||||
|
||||
import android.net.Uri
|
||||
|
||||
Reference in New Issue
Block a user