diff --git a/src/com/fsck/k9/activity/MessageView.java b/src/com/fsck/k9/activity/MessageView.java index 88e3a6aa9..6050e0175 100644 --- a/src/com/fsck/k9/activity/MessageView.java +++ b/src/com/fsck/k9/activity/MessageView.java @@ -87,7 +87,7 @@ import com.fsck.k9.mail.store.LocalStore.LocalAttachmentBodyPart; import com.fsck.k9.mail.store.LocalStore.LocalMessage; import com.fsck.k9.mail.store.LocalStore.LocalTextBody; import com.fsck.k9.provider.AttachmentProvider; -import com.fsck.k9.web.AccessibleWebView; +import com.fsck.k9.view.AccessibleWebView; public class MessageView extends K9Activity implements OnClickListener { diff --git a/src/com/fsck/k9/web/AccessibleWebView.java b/src/com/fsck/k9/view/AccessibleWebView.java similarity index 97% rename from src/com/fsck/k9/web/AccessibleWebView.java rename to src/com/fsck/k9/view/AccessibleWebView.java index 2b0cf8cd5..2ec05b449 100644 --- a/src/com/fsck/k9/web/AccessibleWebView.java +++ b/src/com/fsck/k9/view/AccessibleWebView.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.fsck.k9.web; +package com.fsck.k9.view; import android.content.Context; import android.content.Intent; @@ -25,6 +25,8 @@ import android.webkit.WebSettings; import android.webkit.WebView; import android.widget.TextView; +import com.fsck.k9.web.AccessibleEmailContentActivity; + public class AccessibleWebView extends TextView { private Context mContext;