We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a34210 commit 72f2645Copy full SHA for 72f2645
1 file changed
expandabletextview/src/main/java/at/blogc/android/views/ExpandableTextView.java
@@ -374,18 +374,6 @@ private void notifyOnExpand()
374
}
375
376
377
- /**
378
- * This method will notify the listener about this change.
379
- * @param canExpand
380
- */
381
- private void notifyExpandBehaviourChanged(final boolean canExpand)
382
- {
383
- for (final OnExpandListener onExpandListener : this.onExpandListeners)
384
385
- onExpandListener.onExpandBehaviourChanged(this, canExpand);
386
- }
387
388
-
389
//region public interfaces
390
391
/**
0 commit comments