rhodes 3.3.3.beta.2 → 3.3.3.beta.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -218,10 +218,12 @@ public class Signature implements IRhoExtension {
|
|
218
218
|
public static void inline_signature_hide() {
|
219
219
|
PerformOnUiThread.exec( new Runnable () {
|
220
220
|
public void run() {
|
221
|
-
|
222
|
-
|
223
|
-
wv
|
224
|
-
|
221
|
+
if (ourInlineSignatureView != null) {
|
222
|
+
ViewGroup wv = (WebView)RhodesService.getInstance().getMainView().getWebView(-1).getView();
|
223
|
+
if (wv != null) {
|
224
|
+
wv.removeView(ourInlineSignatureView);
|
225
|
+
ourInlineSignatureView = null;
|
226
|
+
}
|
225
227
|
}
|
226
228
|
}
|
227
229
|
});
|
data/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.3.beta.
|
1
|
+
3.3.3.beta.3
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rhodes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 62196461
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 3
|
9
9
|
- 3
|
10
10
|
- beta
|
11
|
-
-
|
12
|
-
version: 3.3.3.beta.
|
11
|
+
- 3
|
12
|
+
version: 3.3.3.beta.3
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Rhomobile
|