Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
TheConen authored Dec 11, 2023
2 parents 71bf593 + c88b92c commit cd59c78
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ protected void onCreate(Bundle savedInstanceState) {
basalSpinner = (Spinner) findViewById(R.id.basalSpinner);
bolusSpinner = (Spinner) findViewById(R.id.bolusSpinner);


val iprofiles = InsulinManager.getAllProfiles();
if (iprofiles == null) {
JoH.static_toast_long("Can't initialize insulin profiles");
Expand Down

0 comments on commit cd59c78

Please sign in to comment.