Skip to content

Commit

Permalink
fix: Set storeEnabled in InstituteSettings of sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
PruthiviRaj27 committed Nov 2, 2023
1 parent b42d2f4 commit 066da78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public TestpressService getService(final Activity activity)
.setShowPDFVertically(SHOW_PDF_VERTICALLY)
.setMaxAllowedDownloadedVideos(instituteSettings.getMaxAllowedDownloadedVideos());
settings.setEnableCustomTest(instituteSettings.getEnableCustomTest());
settings.setStoreEnabled(instituteSettings.getStoreEnabled());
appLink = instituteSettings.getAppShareLink();
}
settings.setAppShareText(SHARE_MESSAGE + activity.getString(R.string.get_it_at) + appLink);
Expand Down

0 comments on commit 066da78

Please sign in to comment.