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

Commit b489f32

Browse files
committed
Formatting
1 parent 1ef8690 commit b489f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
512512
* <p>This replaces the deprecated onBackPressed method override in order to support API 33's
513513
* predictive back navigation feature.
514514
*
515-
* The callback must be unregistered in order to prevent unpredictable behavior once outside
515+
* <p>The callback must be unregistered in order to prevent unpredictable behavior once outside
516516
* the Flutter app.
517517
*/
518518
@VisibleForTesting

0 commit comments

Comments
 (0)