cleanup
This commit is contained in:
parent
b481e77008
commit
5fd05158ac
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ public class ProfileViewDialog extends DialogFragment {
|
||||||
// }
|
// }
|
||||||
ProfileStore store = ((ProfileInterface)MainApp.getConfigBuilder().getActivePump()).getProfile();
|
ProfileStore store = ((ProfileInterface)MainApp.getConfigBuilder().getActivePump()).getProfile();
|
||||||
if (store != null) {
|
if (store != null) {
|
||||||
store.getDefaultProfile();
|
|
||||||
noProfile.setVisibility(View.GONE);
|
noProfile.setVisibility(View.GONE);
|
||||||
Profile profile = store.getDefaultProfile();
|
Profile profile = store.getDefaultProfile();
|
||||||
units.setText(profile.getUnits());
|
units.setText(profile.getUnits());
|
||||||
|
|
Loading…
Reference in a new issue