|
|
@ -1669,7 +1669,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|
|
|
|
|
|
|
|
|
|
|
Permissions.with(this)
|
|
|
|
Permissions.with(this)
|
|
|
|
.request(Manifest.permission.SEND_SMS)
|
|
|
|
.request(Manifest.permission.SEND_SMS)
|
|
|
|
.ifNecessary(isSecureText || forceSms)
|
|
|
|
.ifNecessary(!isSecureText || forceSms)
|
|
|
|
.withPermanentDenialDialog(getString(R.string.ConversationActivity_signal_needs_sms_permission_in_order_to_send_an_sms))
|
|
|
|
.withPermanentDenialDialog(getString(R.string.ConversationActivity_signal_needs_sms_permission_in_order_to_send_an_sms))
|
|
|
|
.onAllGranted(() -> {
|
|
|
|
.onAllGranted(() -> {
|
|
|
|
attachmentManager.clear(glideRequests, false);
|
|
|
|
attachmentManager.clear(glideRequests, false);
|
|
|
|