Skip to content

Commit

Permalink
Removed unnecessary label from the watch app screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
msimms committed Nov 21, 2023
1 parent d11b176 commit 1275348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Watch App/ActivityView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ struct ActivityView: View {
Text("Cancel")
}
}
.navigationBarTitle(self.activityType)
.navigationBarBackButtonHidden(self.activityVM.isInProgress)
.navigationBarTitleDisplayMode(.inline)
.opacity(self.activityVM.isPaused ? 0.5 : 1)
Expand Down

0 comments on commit 1275348

Please sign in to comment.