Skip to content

Commit 6f945fc

Browse files
committed
Don't suppress leaked subscription
1 parent becc013 commit 6f945fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws-datastore/src/main/java/com/amplifyframework/datastore/AWSDataStorePlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
/**
7474
* An AWS implementation of the {@link DataStorePlugin}.
7575
*/
76-
@SuppressLint("RxLeakedSubscription")
7776
public final class AWSDataStorePlugin extends DataStorePlugin<Void> {
7877
private static final Logger LOG = Amplify.Logging.logger(CategoryType.DATASTORE, "amplify:aws-datastore");
7978
private static final long LIFECYCLE_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(5);

0 commit comments

Comments
 (0)