UI code cleanup.

This commit is contained in:
akwizgran
2016-05-11 13:37:32 +01:00
parent 7a3bcc58ae
commit 6873dbc493
70 changed files with 524 additions and 531 deletions

View File

@@ -10,11 +10,10 @@ import org.briarproject.android.controller.SetupController;
public class TestSetupActivity extends SetupActivity {
public SetupController getController() {
return this.setupController;
return setupController;
}
public void setController(SetupController setupController) {
this.setupController = setupController;
}
}