Skip to content

Commit

Permalink
use client sdk cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rpdome committed Aug 31, 2023
1 parent 4821f95 commit 251bb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public void onClick(View v) {
mDebugBrokers.setTextOn("Debug Brokers");
mDebugBrokers.setChecked(BrokerData.getShouldTrustDebugBrokers());

mCache = ClientActiveBrokerCache.Companion.getCache(
mCache = ClientActiveBrokerCache.getClientSdkCache(
AndroidPlatformComponentsFactory.createFromContext(getContext()).getStorageSupplier()
);

Expand Down

0 comments on commit 251bb94

Please sign in to comment.