Skip to content

Commit

Permalink
Update store.cpp so that hasVerifiedLicense returns always true.
Browse files Browse the repository at this point in the history
  • Loading branch information
SectorV5 authored May 16, 2024
1 parent a9e38d7 commit a3001b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jni/store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ FakeJni::JBoolean Store::receivedLicenseResponse() {
}

FakeJni::JBoolean Store::hasVerifiedLicense() {
return _hasVerifiedLicense;
return true;
}

std::shared_ptr<FakeJni::JString> Store::getStoreId() {
Expand Down

0 comments on commit a3001b7

Please sign in to comment.