Fix read later icon color

This commit is contained in:
Shinokuni 2020-07-29 15:20:55 +02:00
parent 024aa04a60
commit dfe3dc9924
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ public class MainActivity extends AppCompatActivity implements SwipeRefreshLayou
recyclerView.setAdapter(adapter);
Drawable readLater = getDrawable(R.drawable.ic_read_later);
Drawable readLater = ContextCompat.getDrawable(this, R.drawable.ic_read_later).mutate();
DrawableCompat.setTint(readLater, ContextCompat.getColor(this, android.R.color.white));
new ItemTouchHelper(new ReadropsItemTouchCallback(this,