You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The active times are hardcoded inside the class. Maybe make a setting in the app settings for the user to choose the active times themselves.
It has no tests at all. Although the start(), stop() and defer() method calls are probably the most important to test.defer() is the MainPresenter's responsibility, while the others would be tested in the Activity test class.
The text was updated successfully, but these errors were encountered:
start()
,stop()
anddefer()
method calls are probably the most important to test.defer()
is the MainPresenter's responsibility, while the others would be tested in the Activity test class.The text was updated successfully, but these errors were encountered: