Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5adf8ee4 authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix bitmap tinting

BUG: 15716407
Change-Id: I4008c9763fedc2f716040cd3f73ad79d77343960
parent 1ae1fd46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -928,7 +928,7 @@ public class BitmapDrawable extends Drawable {
            mTargetDensity = state.mTargetDensity;
        }

        updateTintFilter(mTintFilter, state.mTint, state.mTintMode);
        mTintFilter = updateTintFilter(mTintFilter, state.mTint, state.mTintMode);
        computeBitmapSize();
    }
}