Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
54ce5deb13
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      mdev/wv0.native.js

+ 4
- 2
mdev/wv0.native.js View File

@@ -27,11 +27,13 @@ class Wview_v1 extends PureComponent<Props> {
27 27
         setInterval(() => {
28 28
             this.setState(() => {
29 29
                 console.log('setting state');
30
-                return { unseen: "does not display" }
30
+                    var wv0_dev = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_styles",{that:this},{}) : {}
31
+                // return { unseen: "does not display" }
32
+                return { unseen: wv0_dev.ret }
31 33
             });
32 34
         }, 1000);
33 35
     }
34
-     
36
+
35 37
      render() {
36 38
      	            var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
37 39
                     var wv0_styles = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_styles",{that:this},{}) : {}

Loading…
Cancel
Save