1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

[platform_design] Fix comment typo. (#1421)

This commit is contained in:
Benjamin Barnard
2022-09-19 08:18:32 -04:00
committed by GitHub
parent 70a3029953
commit 237aabfbee

View File

@@ -99,7 +99,7 @@ class _SongsTabState extends State<SongsTab> {
// ===========================================================================
// Non-shared code below because:
// - Android and iOS have different scaffolds
// - There are differenc items in the app bar / nav bar
// - There are different items in the app bar / nav bar
// - Android has a hamburger drawer, iOS has bottom tabs
// - The iOS nav bar is scrollable, Android is not
// - Pull-to-refresh works differently, and Android has a button to trigger it too