MC-Timetracker / timetracker

GNU General Public License v2.0
3 stars 0 forks source link

MainActivity not displaying currently recording when started up #26

Closed sleidig closed 10 years ago

sleidig commented 10 years ago

When starting the MainActivity e.g. through clicking on the Notification in the Android notification bar, the screen to start a new recording is shown and there is no way to see the screen with the current time of the running recording and the stop button.

sleidig commented 10 years ago

Maybe we should have 2 completely separate Activities: StartActivity and RunningActivity. That way it should be easy to show the desired view.