first commit
[bylock.git] / sources / net / client / by / lock / gui / activity / bd.java
blob7ee961c06bc6d17f2224c7192fdd730ca1b7dfe4
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 */
16 /* renamed from: a */
17 public Spanned doInBackground(Void... voidArr) {
18 return Html.fromHtml(this.a.w.f());
21 /* access modifiers changed from: protected */
22 /* renamed from: a */
23 public void onPostExecute(Spanned spanned) {
24 this.a.o.setText(spanned);