reset click listener onStop

This commit is contained in:
Akinwale Ariwodola 2020-05-27 01:11:18 +01:00
parent 59ae6340e1
commit c6a6ea0445

View file

@ -48,6 +48,7 @@ public class BaseFragment extends Fragment {
MainActivity.resumeGlobalPlayer(context); MainActivity.resumeGlobalPlayer(context);
} }
} }
rewardDriverClickListenerSet = false;
super.onStop(); super.onStop();
} }