Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88eb0f66 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #1687 from k9mail/fix-message-view-theme-switch

Don't cache decoded message over configurations

Fixes #1666 
parents 302b668d 22e8f4ce
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -146,6 +146,8 @@ public class MessageLoaderHelper {
     * asyncStartOrResumeLoadingMessage in a new instance of this class. */
    @UiThread
    public void onDestroyChangingConfigurations() {
        cancelAndClearDecodeLoader();

        if (messageCryptoHelper != null) {
            messageCryptoHelper.detachCallback();
        }