Skip to content

Commit

Permalink
Synchronize code type from data-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
macherel committed Apr 3, 2020
1 parent b2feecb commit 0c48dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/QRCodeViewerApp.mc
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class QRCodeViewerApp extends App.AppBase {
var id = i+1;
app.setProperty("codeEnable" + id, true);
app.setProperty("codeLabel" + id, qrCodes[i]["name"]);
app.setProperty("codeType" + id, qrCodes[i]["type"]);
app.setProperty("codeValue" + id, qrCodes[i]["value"]);
app.setProperty("cacheValue" + id, qrCodes[i]["value"]);
app.setProperty("cacheData" + id, qrCodes[i]["encodedData"]);
Expand Down

0 comments on commit 0c48dfc

Please sign in to comment.