enviroCar / enviroCar-app

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

Changed makeIsDashboardFragmentFalse() to onDashboardFragmentFalse() #980

Closed devAyushDubey closed 9 months 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 9 months ago

Fixed in #992