Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {

/**
* Signals if {@link LauncherActivity} should automatically launch the Trusted Web Activity on
* {@linke #onCreate()}. Return {@code false} when a subclass needs to perform an asynchronous
* {@link #onCreate(Bundle)}. Return {@code false} when a subclass needs to perform an asynchronous
* task before launching the Trusted Web Activity. The subclass will then be responsible for
* calling {@link #launchTwa()} itself once the asynchronous task is finished.
*/
Expand Down