|
|
@@ -81,6 +81,7 @@ public class Tutorial {
|
|
|
private void showTutorialListicleCover(IEventListener listener) {
|
|
|
View view = inflater.inflate(R.layout.tutorial_listicle_cover, null);
|
|
|
frameLayout.addView(view);
|
|
|
+ view.setClickable(true);
|
|
|
ConstraintLayout bubble1 = view.findViewById(R.id.tutorial_listicle_cover1);
|
|
|
ConstraintLayout bubble2 = view.findViewById(R.id.tutorial_listicle_cover2);
|
|
|
|