Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/apk_settings_frontend' i…
Browse files Browse the repository at this point in the history
…nto dpi24-integration
  • Loading branch information
tschudin committed Aug 1, 2024
2 parents da1a7e8 + 7a4d1f4 commit 489cbcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/tinySSB/app/src/main/assets/web/tremola.js
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,11 @@ function b2f_get_settings(settings) {
tremola.settings = settings
}

// backend callback method when calling backend("settings:get")
function b2f_get_settings(settings) {
tremola.settings = settings
}

function b2f_new_contact(fid) {
if (typeof tremola == 'undefined' || fid in tremola.contacts) // do not overwrite existing entry
return;
Expand Down

0 comments on commit 489cbcb

Please sign in to comment.