Skip to content

Commit

Permalink
#update webview
Browse files Browse the repository at this point in the history
  • Loading branch information
wumeng1 authored and wumeng1 committed Jun 30, 2021
1 parent ba061f1 commit b4c1191
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,4 @@ public void setMediumStyle() {
setBoldWith(STYLE_MEDIUM);
}

// @Override
// public boolean isFocused() {
// if (getEllipsize() == TextUtils.TruncateAt.MARQUEE) {
// return true;
// } else {
// return super.isFocused();
// }
// }
}

0 comments on commit b4c1191

Please sign in to comment.