Fix read later icon color

This commit is contained in:
Shinokuni 2020-07-29 15:20:55 +02:00
parent 024aa04a60
commit dfe3dc9924

View File

@ -386,7 +386,7 @@ public class MainActivity extends AppCompatActivity implements SwipeRefreshLayou
recyclerView.setAdapter(adapter); 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)); DrawableCompat.setTint(readLater, ContextCompat.getColor(this, android.R.color.white));
new ItemTouchHelper(new ReadropsItemTouchCallback(this, new ItemTouchHelper(new ReadropsItemTouchCallback(this,