Changes
1 changed files (+3/-2)
-
-
@@ -94,8 +94,9 @@ // the newly created navigation stack fallbacks to the application// name ("Plac".) This causes <previous title> -> "Plac" -> <title> // sequence in a very short period, which results in glitchy-looking // title flash. To prevent this, the stack itself sets empty title // so the title "blinks" instead of "rapidly changes." .navigationTitle("") // when an item is not available (= root page of a hierarchy) so the // title "blinks" instead of "rapidly changes." .navigationTitle(item?.title ?? "") } init(model: BrowsingDataModel, item: BrowseService.Item? = nil) {
-