We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7c1c6 commit 4dd42dfCopy full SHA for 4dd42df
lib/src/main/java/com/telemetrydeck/sdk/NavigationStatusCache.kt
@@ -10,6 +10,9 @@ class MemoryNavigationStatus(private var previousNavigationPath: String? = null)
10
previousNavigationPath = path
11
}
12
13
+ /**
14
+ * Returns the last destination path or an empty string if none has been provided.
15
+ */
16
override fun getLastDestination(): String {
17
return previousNavigationPath ?: ""
18
0 commit comments