File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4540,11 +4540,11 @@ private void endSelectingText() {
45404540 private void ensureSelectionHandles () {
45414541 if (mSelectHandleCenter == null ) {
45424542 mSelectHandleCenter = mContext .getResources ().getDrawable (
4543- com .android .internal .R .drawable .text_select_handle_middle );
4543+ com .android .internal .R .drawable .text_select_handle_middle ). mutate () ;
45444544 mSelectHandleLeft = mContext .getResources ().getDrawable (
4545- com .android .internal .R .drawable .text_select_handle_left );
4545+ com .android .internal .R .drawable .text_select_handle_left ). mutate () ;
45464546 mSelectHandleRight = mContext .getResources ().getDrawable (
4547- com .android .internal .R .drawable .text_select_handle_right );
4547+ com .android .internal .R .drawable .text_select_handle_right ). mutate () ;
45484548 mHandleAlpha .setAlpha (mHandleAlpha .getAlpha ());
45494549 mSelectHandleCenterOffset = new Point (0 ,
45504550 -mSelectHandleCenter .getIntrinsicHeight ());
You can’t perform that action at this time.
0 commit comments