Skip to content

Commit 5720783

Browse files
committed
feat(hotfix): link fixed for rendering article
1 parent 316e0bd commit 5720783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/articles/0055-rendering-nativescript-angular-templates-and-components-into-images/rendering-nativescript-angular-templates-and-components-into-images.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class ContentViewDummy extends ContentView {
140140
}
141141
----
142142
143-
Now we just need to make sure that it’s visibility is set to collapse and use a very convenient method from the AppCompatActivity (https://developer.android.com/reference/androidx/appcompat/app/AppCompatActivity#addContentView(android.view.View,android.view.ViewGroup.LayoutParams)[addContentView, window=_blank]) to add the view to the root of the activity, essentially adding it to the window but completely invisible.
143+
Now we just need to make sure that it’s visibility is set to collapse and use a very convenient method from the AppCompatActivity (https://developer.android.com/reference/androidx/appcompat/app/AppCompatActivity[addContentView, window=_blank]) to add the view to the root of the activity, essentially adding it to the window but completely invisible.
144144
145145
[, js]
146146
----

0 commit comments

Comments
 (0)