Skip to content

Commit

Permalink
Update DrawerFragment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Dec 3, 2024
1 parent 14aac84 commit 3764e8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private void refresh() {
@Override
public void onGenerated(@Nullable Palette palette) {
if (palette != null) {
int fallbackColor = Color.parseColor("#000000")
int fallbackColor = Color.parseColor("#000000");
int dominantColor = palette.getDominantColor(
fallbackColor // Fallback color
);
Expand Down

0 comments on commit 3764e8f

Please sign in to comment.