Removed meaningless modifier
This commit is contained in:
parent
75e50893c3
commit
aac0d7730b
@ -297,7 +297,7 @@ public class AutoResizeTextView extends TextView {
|
|||||||
|
|
||||||
// Interface for resize notifications
|
// Interface for resize notifications
|
||||||
public interface OnTextResizeListener {
|
public interface OnTextResizeListener {
|
||||||
public void onTextResize(TextView textView, float oldSize, float newSize);
|
void onTextResize(TextView textView, float oldSize, float newSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user