Update PersistingStoreActivity.kt

This commit is contained in:
Mike Nakhimovich 2019-05-28 22:00:09 -04:00 committed by GitHub
parent 8479076edd
commit d2f35e48ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)))
}
}