Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7c09085

Browse files
committed
update comments
1 parent 740ffa9 commit 7c09085

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

shell/platform/android/io/flutter/embedding/android/FlutterActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,8 +1399,6 @@ public boolean shouldAttachEngineToActivity() {
13991399
* <p>The default implementation looks {@code <meta-data>} called {@link
14001400
* FlutterActivityLaunchConfigs#HANDLE_DEEPLINKING_META_DATA_KEY} within the Android manifest
14011401
* definition for this {@code FlutterActivity}.
1402-
*
1403-
* <p>Defaults to {@code true}.
14041402
*/
14051403
@Override
14061404
public boolean shouldHandleDeeplinking() {

shell/platform/android/io/flutter/embedding/android/FlutterFragmentActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,6 @@ protected boolean shouldAttachEngineToActivity() {
690690
* <p>The default implementation looks {@code <meta-data>} called {@link
691691
* FlutterActivityLaunchConfigs#HANDLE_DEEPLINKING_META_DATA_KEY} within the Android manifest
692692
* definition for this {@code FlutterFragmentActivity}.
693-
*
694-
* <p>Defaults to {@code true}.
695693
*/
696694
@VisibleForTesting
697695
protected boolean shouldHandleDeeplinking() {

0 commit comments

Comments
 (0)