mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 16:23:22 +00:00
ENH - overhaul App Store experience
This commit is contained in:
@@ -518,6 +518,10 @@ local function bootstrap(source, security, security_loaded)
|
||||
} or nil,
|
||||
notes = SkyPhoneNotes.List(device.account_id, device.imei),
|
||||
memos = SkyPhoneMemos.List(device.account_id, device.imei),
|
||||
player = {
|
||||
firstName = trim(Bridge.Framework.GetFirstname(source)) or "",
|
||||
lastName = trim(Bridge.Framework.GetLastname(source)) or "",
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user