Messaging: Further code improvements
* Remove redundant casts * getParcelable(ArrayList|Exra) without class argument is deprecated * ViewPager.setOnPageChangeListener -> addOnPageChangeListener * RecyclerView.setOnScrollListener -> addOnScrollListener * Remove unused initializations * Remove unused code Change-Id: I21beb6c90c675a4f2cfd7e3d5ebbd18b745f5911
This commit is contained in:
@@ -76,7 +76,6 @@ public class LineWrapLayout extends ViewGroup {
|
||||
currLineHeight = 0;
|
||||
x = startPadding;
|
||||
currLineWidth = 0;
|
||||
startMargin = 0;
|
||||
}
|
||||
|
||||
x += childMeasuredWidth;
|
||||
|
||||
Reference in New Issue
Block a user