Simplify ShowHabitActivity

This commit is contained in:
2017-06-05 18:01:13 -04:00
parent 217516ad59
commit 8d181a6683
17 changed files with 138 additions and 149 deletions

View File

@@ -23,6 +23,8 @@ import android.support.annotation.*;
import org.isoron.uhabits.core.preferences.*;
import javax.inject.*;
public class AboutBehavior
{
private int developerCountdown = 5;
@@ -33,6 +35,7 @@ public class AboutBehavior
@NonNull
private Screen screen;
@Inject
public AboutBehavior(@NonNull Preferences prefs, @NonNull Screen screen)
{
this.prefs = prefs;