SetupWizard: Better handling of launching into other activities

Change-Id: I4d8dc4a1b25e45c6ff35042239a0adf4c16458f1
(cherry picked from commit ed5d46703e)
This commit is contained in:
cretin45
2015-03-17 15:18:16 -07:00
committed by Ed Carrigan
parent 22d81f407a
commit 22e251dc86
9 changed files with 106 additions and 63 deletions

View File

@@ -96,9 +96,6 @@ public abstract class SetupPage implements Page {
}
}
@Override
public void onFragmentReady(){}
@Override
public boolean onActivityResult(int requestCode, int resultCode, Intent data) {
return false;