SetupWizard: Add receivers for sim state and time

Change-Id: I8d44623e898eaa175d69d682c8089caa1a58f287
This commit is contained in:
cretin45
2015-01-29 17:36:30 -08:00
parent b0167c853f
commit 106a127508
7 changed files with 118 additions and 34 deletions

View File

@@ -111,8 +111,9 @@ public abstract class SetupPage implements Page {
}
@Override
public void setHidden(boolean hidden) {
public Page setHidden(boolean hidden) {
mHidden = hidden;
return this;
}
@Override