Skip to content

Commit 4dd42df

Browse files
committed
chore: add missing comment
1 parent bf7c1c6 commit 4dd42df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/main/java/com/telemetrydeck/sdk/NavigationStatusCache.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ class MemoryNavigationStatus(private var previousNavigationPath: String? = null)
1010
previousNavigationPath = path
1111
}
1212

13+
/**
14+
* Returns the last destination path or an empty string if none has been provided.
15+
*/
1316
override fun getLastDestination(): String {
1417
return previousNavigationPath ?: ""
1518
}

0 commit comments

Comments
 (0)