Skip to content

Commit

Permalink
Notify on expanded Blogcat#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Alyoshin committed Jun 30, 2020
1 parent 3bd8bc3 commit 908185d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ public void onCollapse(@NonNull final ExpandableTextView view)
{
Log.d(TAG, "ExpandableTextView collapsed");
}

@Override
public void onExpanded(@NonNull final ExpandableTextView view)
{
Log.d(TAG, "ExpandableTextView expanded");
}
});
}
}

0 comments on commit 908185d

Please sign in to comment.