equal
deleted
inserted
replaced
675 else |
675 else |
676 { |
676 { |
677 emailHtmlFile.Append( KMessageHtmlRTLFile ); |
677 emailHtmlFile.Append( KMessageHtmlRTLFile ); |
678 } |
678 } |
679 |
679 |
680 CreateBrowserControlInterfaceL(); |
680 // If scroll position is not to be reset, re-creation of browser control |
681 |
681 // interface object is skipped (we're just reloading the page with new |
|
682 // content) |
|
683 if ( aResetScrollPos ) |
|
684 { |
|
685 CreateBrowserControlInterfaceL(); |
|
686 } |
|
687 |
682 LoadContentFromFileL( emailHtmlFile ); |
688 LoadContentFromFileL( emailHtmlFile ); |
683 |
689 |
684 UpdateOverlayButtons( ETrue ); |
690 UpdateOverlayButtons( ETrue ); |
685 } |
691 } |
686 |
692 |