enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
89 stars 158 forks source link

Changed makeIsDashboardFragmentFalse() to onDashboardFragmentFalse() #980

Closed devAyushDubey closed 1 year ago

devAyushDubey commented 1 year ago

Fixes #979

The purpose of makeIsDashboardFragmentFalse() was to set isDashboardFragment to false, which is fulfilled by the method onDashboardFragmentFalse() now.

Screenshot (1015)

devAyushDubey commented 1 year ago

Fixed in #992