BaseTransientBottomBar and related bug, and how to resolve it
Firstly, What I tried to resolve the issue below: Step 1. I have put a method in my BaseActivity and BaseActivity abstract class, to know when the Activity is stopped and when view (root view of fragment) is destroyed [returns true in both the cases, but false before the event (onStop(), onViewDestroyed()) is called]. Step 2. I have prevented the one and only SnackBar to be shown when the true is returned in any of the both. Also checked isFinishing() of the BaseActivity. But the error does not go away. I want to know more about this class: android.support.design.widget.BaseTransientBottomBar