[platform_design] Fix comment typo. (#1421)

pull/1433/head
Benjamin Barnard 2 years ago committed by GitHub
parent 70a3029953
commit 237aabfbee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save