Now Mobile App: Mobile Branding Client Theme issue on iOS and Android clientDescriptionMobile Branding Client Theme not applied properly on iOS and Android clientSteps to Reproduce Pre-requisites: Any Paris/Quebec instance with one non-English language (like German, French) pack installed.1) Login to any Paris/Quebec instance. 2) Create two new Function Instances for any sys_sg_screen record one with button emphasis as "Secondary" and another with button emphasis as "Primary" and location as Footer. 3) Create a new client theme (sys_sg_client_theme) with below details:================Name: testBrand: #003772Secondary: #6ABECFPrimary: #0870b8Destructive: #921a1d================ 4) Associate the theme created in step3 to the Native Client "sys_sg_native_client" record for NOW Mobile. (Update client theme field to the theme created in step3) 5) Now login to NOW mobile in a non-english language and access the applet screen in step2 6) observe the footer buttons created in step2 on the form screenExpected: one button should be in slight red color ( #921a1d - destructive) and other button should be slight blue (#0870b8 - primary)Actual: both the buttons are shown in primary color. Destructive color doesn't appear.WorkaroundOnce the theme is changed on iOS, just a pull to refresh on an ALP will fetch the new theme and apply it. On Android the them will apply the next time the app is killed and relaunched. This is to be expected behaviour because dynamically refreshing the theme on Android was de-scoped originally due to the complexity. Hence we need to kill the Now mobile app and launch post login on android to resolve the issue.Related Problem: PRB1487642