|
|
|
@ -61,6 +61,7 @@ import com.google.protobuf.ByteString;
|
|
|
|
|
import org.thoughtcrime.redphone.RedPhone;
|
|
|
|
|
import org.thoughtcrime.redphone.RedPhoneService;
|
|
|
|
|
import org.thoughtcrime.securesms.TransportOptions.OnTransportChangedListener;
|
|
|
|
|
import org.thoughtcrime.securesms.audio.AudioSlidePlayer;
|
|
|
|
|
import org.thoughtcrime.securesms.color.MaterialColor;
|
|
|
|
|
import org.thoughtcrime.securesms.components.AnimatingToggle;
|
|
|
|
|
import org.thoughtcrime.securesms.components.ComposeText;
|
|
|
|
@ -280,6 +281,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|
|
|
|
MessageNotifier.setVisibleThread(-1L);
|
|
|
|
|
if (isFinishing()) overridePendingTransition(R.anim.fade_scale_in, R.anim.slide_to_right);
|
|
|
|
|
quickAttachmentDrawer.onPause();
|
|
|
|
|
AudioSlidePlayer.stopAll();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|