Add bulb to scene transition, make transitionName unique for each contact

This commit is contained in:
str4d
2016-04-28 10:38:12 +00:00
committed by Torsten Grote
parent b818d6846c
commit 69026054cd
7 changed files with 47 additions and 18 deletions

View File

@@ -131,4 +131,9 @@ public class BriarRecyclerView extends FrameLayout {
if (recyclerView == null) initViews();
recyclerView.scrollToPosition(position);
}
public RecyclerView getRecyclerView() {
return this.recyclerView;
}
}