We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3617e6c commit 1d5baffCopy full SHA for 1d5baff
core/src/main/java/com/kizitonwose/colorpreference/ColorDialog.java
@@ -17,8 +17,6 @@
17
import android.view.View;
18
import android.widget.GridLayout;
19
20
-import java.io.Serializable;
21
-
22
/**
23
* Created by Kizito Nwose on 9/28/2016.
24
*/
@@ -161,7 +159,7 @@ private void sizeDialog() {
161
159
dialog.getWindow().setLayout(width, height);
162
160
}
163
164
- public interface OnColorSelectedListener extends Serializable {
+ public interface OnColorSelectedListener {
165
void onColorSelected(int newColor, String tag);
166
167
0 commit comments