1 package net
.client
.by
.lock
.gui
.activity
;
3 import android
.os
.AsyncTask
;
4 import android
.text
.Html
;
5 import android
.text
.Spanned
;
7 /* compiled from: MyApp */
8 class bd
extends AsyncTask
{
9 final /* synthetic */ ReadIMailActivity a
;
11 bd(ReadIMailActivity readIMailActivity
) {
12 this.a
= readIMailActivity
;
15 /* access modifiers changed from: protected */
17 public Spanned
doInBackground(Void
... voidArr
) {
18 return Html
.fromHtml(this.a
.w
.f());
21 /* access modifiers changed from: protected */
23 public void onPostExecute(Spanned spanned
) {
24 this.a
.o
.setText(spanned
);