Skip to content

Commit

Permalink
Directions Form: Move overflow menu items into UI
Browse files Browse the repository at this point in the history
  • Loading branch information
grote authored and ialokim committed Feb 20, 2020
1 parent 221b5e7 commit b4d77cf
Show file tree
Hide file tree
Showing 12 changed files with 550 additions and 465 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ class SettingsManager @Inject constructor(private val context: Context) {
settings.edit().putBoolean(TRIP_DETAIL_ONBOARDING, false).apply()
}

fun showDirectionsOnboarding(): Boolean = settings.getBoolean(DIRECTIONS_ONBOARDING, true)
fun directionsOnboardingShown() {
settings.edit().putBoolean(DIRECTIONS_ONBOARDING, false).apply()
}

fun getNetworkId(i: Int): NetworkId? {
var networkSettingsStr = NETWORK_ID_1
if (i == 2) networkSettingsStr = NETWORK_ID_2
Expand Down

This file was deleted.

Loading

0 comments on commit b4d77cf

Please sign in to comment.