mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Debug
This commit is contained in:
@@ -1233,8 +1233,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}, new Html.TagHandler() {
|
||||
@Override
|
||||
public void handleTag(boolean opening, String tag, Editable output, XMLReader xmlReader) {
|
||||
if (BuildConfig.DEBUG)
|
||||
Log.i("HTML tag=" + tag + " opening=" + opening);
|
||||
//if (BuildConfig.DEBUG)
|
||||
// Log.i("HTML tag=" + tag + " opening=" + opening);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user