Update PersistingStoreActivity.kt
This commit is contained in:
parent
8479076edd
commit
d2f35e48ad
1 changed files with 1 additions and 3 deletions
|
@ -57,9 +57,7 @@ class PersistingStoreActivity : AppCompatActivity(), CoroutineScope {
|
|||
cache. Subsequent calls will retrieve the cached version of the data.
|
||||
*/
|
||||
launch {
|
||||
showPosts(
|
||||
sanitizeData(
|
||||
persistedStore.get(awwRequest)))
|
||||
showPosts(sanitizeData(persistedStore.get(awwRequest)))
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue