Skip to content

Commit

Permalink
Fixed Plausible.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldestlivingboy committed Mar 8, 2024
1 parent f7b7c4b commit facb254
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ void initPrefs() {

if (prefs.contains(VERSION_NUMBER_KEY)) {
editor.putString(PREVIOUS_VERSION_NUMBER_KEY, versionNumber).apply();
Plausible.INSTANCE.event("Install", "/v" + VERSION_NUMBER, "", null);
} else {
Plausible
.INSTANCE
.event("Update", "/v" + versionNumber + "-to-v" + VERSION_NUMBER, "", null);
} else {
Plausible.INSTANCE.event("Install", "/v" + VERSION_NUMBER, "", null);
}

editor.putString(VERSION_NUMBER_KEY, VERSION_NUMBER).apply();
Expand Down

0 comments on commit facb254

Please sign in to comment.