Loading app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageCompose.java +1 −1 Original line number Diff line number Diff line Loading @@ -936,7 +936,7 @@ public class MessageCompose extends K9Activity implements OnClickListener, updateSignature(); updateMessageFormat(); replyToPresenter.setIdentity(identity); recipientPresenter.onSwitchIdentity(identity); recipientPresenter.onSwitchIdentity(); } private void updateFrom() { Loading app/ui/legacy/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.kt +1 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ import android.view.Menu import androidx.core.content.ContextCompat import androidx.loader.app.LoaderManager import com.fsck.k9.Account import com.fsck.k9.Identity import com.fsck.k9.K9 import com.fsck.k9.activity.compose.ComposeCryptoStatus.AttachErrorState import com.fsck.k9.activity.compose.ComposeCryptoStatus.SendErrorState Loading Loading @@ -323,7 +322,7 @@ class RecipientPresenter( openPgpApiManager.setOpenPgpProvider(openPgpProvider, openPgpCallback) } fun onSwitchIdentity(identity: Identity) { fun onSwitchIdentity() { // TODO decide what actually to do on identity switch? asyncUpdateCryptoStatus() } Loading Loading
app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageCompose.java +1 −1 Original line number Diff line number Diff line Loading @@ -936,7 +936,7 @@ public class MessageCompose extends K9Activity implements OnClickListener, updateSignature(); updateMessageFormat(); replyToPresenter.setIdentity(identity); recipientPresenter.onSwitchIdentity(identity); recipientPresenter.onSwitchIdentity(); } private void updateFrom() { Loading
app/ui/legacy/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.kt +1 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ import android.view.Menu import androidx.core.content.ContextCompat import androidx.loader.app.LoaderManager import com.fsck.k9.Account import com.fsck.k9.Identity import com.fsck.k9.K9 import com.fsck.k9.activity.compose.ComposeCryptoStatus.AttachErrorState import com.fsck.k9.activity.compose.ComposeCryptoStatus.SendErrorState Loading Loading @@ -323,7 +322,7 @@ class RecipientPresenter( openPgpApiManager.setOpenPgpProvider(openPgpProvider, openPgpCallback) } fun onSwitchIdentity(identity: Identity) { fun onSwitchIdentity() { // TODO decide what actually to do on identity switch? asyncUpdateCryptoStatus() } Loading