Improve color picking

This commit is contained in:
Hemanth S 2020-05-14 20:06:34 +05:30
parent 52bb981549
commit 4960e08fe9
4 changed files with 16 additions and 9 deletions

View file

@ -489,6 +489,7 @@ public class MediaNotificationProcessor {
return primaryTextColor;
}
public interface OnPaletteLoadedListener {
void onPaletteLoaded(MediaNotificationProcessor mediaNotificationProcessor);
}