in my application I have BottomNavigationView use to navigate between five fragment, frist(supposed called homefragment) fragment show progressbar while call http request with mvp architecture. if I navigate to another fragment and the homefragment fished http request and show toast measge the application crash.