119120121122123124125126127128129
if (key != null) { final MetadataManager mm = MetadataManager.getInstance(); if (!key.equals(mm.getCurrentProfileKey())) { mm.loadProfile(key); } } } /**