Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update components/feature/syncedtabs/src/main/java/mozilla/components…
Browse files Browse the repository at this point in the history
…/feature/syncedtabs/storage/SyncedTabsStorage.kt

Co-authored-by: Jonathan Almeida <[email protected]>
  • Loading branch information
2 people authored and mergify[bot] committed Feb 8, 2022
1 parent 95765b5 commit e8f8ca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class SyncedTabsStorage(
fxaDevice?.let { SyncedDeviceTabs(fxaDevice, tabs.sortedByDescending { it.lastUsed }) }
}
.sortedByDescending {
it.tabs.getOrNull(0)?.lastUsed
it.tabs.firstOrNull()?.lastUsed
}
}

Expand Down

0 comments on commit e8f8ca7

Please sign in to comment.