Skip to content

Commit

Permalink
Remove open source page
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed May 20, 2021
1 parent b8af036 commit 6067f5e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import 'package:ap_common/models/user_info.dart';
import 'package:ap_common/pages/announcement/home_page.dart';
import 'package:ap_common/pages/announcement_content_page.dart';
import 'package:ap_common/pages/about_us_page.dart';
import 'package:ap_common/pages/open_source_page.dart';
import 'package:ap_common/resources/ap_icon.dart';
import 'package:ap_common/resources/ap_theme.dart';
import 'package:ap_common/scaffold/home_page_scaffold.dart';
Expand Down Expand Up @@ -120,19 +119,6 @@ class HomePageState extends State<HomePage> {
fbFanPageId: '735951703168873',
fbFanPageUrl: 'https://www.facebook.com/NKUST.ITC/',
githubUrl: 'https://github.com/NKUST-ITC',
actions: <Widget>[
IconButton(
icon: Icon(ApIcon.codeIcon),
onPressed: () {
Navigator.of(context).push(
MaterialPageRoute(
builder: (_) => OpenSourcePage(),
),
);
FirebaseAnalyticsUtils.instance.logAction('open_source', 'click');
},
)
],
);
}

Expand Down

0 comments on commit 6067f5e

Please sign in to comment.