feat(mobile): add setting to always open web view on launch (#1500)
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
class WebProcessDeviceInterface {
|
||||
constructor(messageSender) {
|
||||
this.appVersion = '1.2.3'
|
||||
this.environment = 1
|
||||
this.environment = 4
|
||||
this.databases = []
|
||||
this.messageSender = messageSender
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
setApplication() {}
|
||||
|
||||
sendMessage(functionName, args) {
|
||||
|
||||
Reference in New Issue
Block a user