Skip to content

Commit

Permalink
re-add SBB with new data source
Browse files Browse the repository at this point in the history
fixes #768
  • Loading branch information
ialokim committed Nov 14, 2023
1 parent d44298a commit e16b58a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,13 @@ private val networks = arrayOf(
),
Country(
R.string.np_region_switzerland, flag = "🇨🇭", networks = listOf(
TransportNetwork(
id = NetworkId.SEARCHCH,
name = R.string.np_name_sbb,
description = R.string.np_desc_sbb,
logo = R.drawable.network_sbb_logo,
factory = { CHSearchProvider() }
),
TransportNetwork(
id = NetworkId.VBL,
description = R.string.np_desc_vbl,
Expand Down

0 comments on commit e16b58a

Please sign in to comment.