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 @@ -4594,11 +4594,11 @@ private void endSelectingText() {
45944594 private void ensureSelectionHandles () {
45954595 if (mSelectHandleCenter == null ) {
45964596 mSelectHandleCenter = mContext .getResources ().getDrawable (
4597- com .android .internal .R .drawable .text_select_handle_middle );
4597+ com .android .internal .R .drawable .text_select_handle_middle ). mutate () ;
45984598 mSelectHandleLeft = mContext .getResources ().getDrawable (
4599- com .android .internal .R .drawable .text_select_handle_left );
4599+ com .android .internal .R .drawable .text_select_handle_left ). mutate () ;
46004600 mSelectHandleRight = mContext .getResources ().getDrawable (
4601- com .android .internal .R .drawable .text_select_handle_right );
4601+ com .android .internal .R .drawable .text_select_handle_right ). mutate () ;
46024602 // All handles have the same height, so we can save effort with
46034603 // this assumption.
46044604 mSelectOffset = new Point (0 ,
You can’t perform that action at this time.
0 commit comments