createShortcuts(newList);
}
- /** called when the current profile has changed */
+ /**
+ * called when the current profile has changed
+ */
private void onProfileChanged(MobileLedgerProfile profile) {
boolean haveProfile = profile != null;
findViewById(R.id.no_profiles_layout).setVisibility(haveProfile ? View.GONE : View.VISIBLE);
startActivity(intent, args);
}
private void setupProfile() {
- MLDB.getOption(MLDB.OPT_PROFILE_UUID, null, new GetOptCallback(){
+ MLDB.getOption(MLDB.OPT_PROFILE_UUID, null, new GetOptCallback() {
@Override
protected void onResult(String profileUUID) {
MobileLedgerProfile startupProfile;