Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix license comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TabooSun committed Jul 9, 2022
1 parent de02c2b commit 33bcb24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Copyright 2013 The Flutter Authors. All rights reserved.
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class _MyHomePageState extends State<MyHomePage> {

final QuickActionsAndroid quickActions = QuickActionsAndroid();
quickActions.initialize((String shortcutType) {
print('Handling shortcut: $shortcutType');
setState(() {
if (shortcutType != null) {
shortcut = '$shortcutType has launched';
Expand Down Expand Up @@ -76,7 +75,6 @@ class _MyHomePageState extends State<MyHomePage> {
title: Text(shortcut),
),
body: const Center(
// Remember to update android/app/src/androidTest/java/io/flutter/plugins/quickactionsexample/QuickActionsTest.java appShortcutLaunchActivityAfterPressing if you change this.
child: Text('On home screen, long press the app icon to '
'get Action one or Action two options. Tapping on that action should '
'set the toolbar title.'),
Expand Down

0 comments on commit 33bcb24

Please sign in to comment.