mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Implement acceptance tests for some basic features
This commit is contained in:
@@ -42,7 +42,7 @@ public class AboutBehavior
|
||||
public void onPressDeveloperCountdown()
|
||||
{
|
||||
developerCountdown--;
|
||||
if (developerCountdown <= 0)
|
||||
if (developerCountdown == 0)
|
||||
{
|
||||
prefs.setDeveloper(true);
|
||||
screen.showMessage(Message.YOU_ARE_NOW_A_DEVELOPER);
|
||||
|
||||
Reference in New Issue
Block a user