Commit 5375224
committed
fix(appdrawer): Correct pin/unpin icon logic in context menu
The drawable for the "Pin to top" context menu item was inverted. It showed the 'unpin' icon (`pin_off`) when an app was already pinned and the 'pin' icon when it was not.
This has been corrected to show `pin` when the app is not pinned and `pin_off` when it is.1 parent c9cb158 commit 5375224
File tree
1 file changed
+1
-1
lines changed- app/src/main/java/com/github/droidworksstudio/mlauncher/ui/adapter
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
0 commit comments