Skip to content

Commit

Permalink
Merge pull request #2887 from dimagi/remove-preference-blanking-custo…
Browse files Browse the repository at this point in the history
…m-url

Don't recreate preference when blanking custom URL
  • Loading branch information
avazirna authored Oct 25, 2024
2 parents 480c6ba + 3b4a58f commit 5c655e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/org/commcare/preferences/DeveloperPreferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {
SharedPreferences appPreferences = CommCareApplication.instance().getCurrentApp()
.getAppPreferences();
appPreferences.edit().remove(PREFS_LOG_POST_URL_KEY).apply();
return false;
}
return true;
});
Expand Down

0 comments on commit 5c655e8

Please sign in to comment.