Kegbot / kegbot-android

Android beer kegerator frontend and controller app. Works with a Kegbot server to make your kegerator awesome.
http://kegbot.org/docs/android/
GNU General Public License v2.0
41 stars 53 forks source link

Fix auto-photo on 2nd tap #122

Closed patfreeman closed 4 years ago

patfreeman commented 4 years ago

In order for the photo taking to auto-start on a second tap, we must scrollToMostActiveTap before starting up the camera fragment. And we can't scroll before the mTapList is populated. Thus we need to populate mTapList during onCreate(), which happens before onStart().

Fixes #100

mik3y commented 4 years ago

great to finally close this!