mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
No longer need to extend Handler since r1126: we're using Activity.runOnUiThread()
This commit is contained in:
parent
2a476dc92c
commit
ad9c315cf4
@ -15,7 +15,6 @@ import android.content.Intent;
|
||||
import android.graphics.Typeface;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.os.Bundle;
|
||||
import android.os.Handler;
|
||||
import android.text.Spannable;
|
||||
import android.text.style.TextAppearanceSpan;
|
||||
import android.util.Config;
|
||||
@ -160,7 +159,7 @@ public class MessageList
|
||||
private Bundle mState = null;
|
||||
private MessageInfoHolder mSelectedMessage = null;
|
||||
|
||||
class MessageListHandler extends Handler
|
||||
class MessageListHandler
|
||||
{
|
||||
public void removeMessage(final List<MessageInfoHolder> messages)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user