rhodes 3.3.3.beta.2 → 3.3.3.beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
- ViewGroup wv = (WebView)RhodesService.getInstance().getMainView().getWebView(-1).getView();
222
- if ((wv != null) && (ourInlineSignatureView != null)) {
223
- wv.removeView(ourInlineSignatureView);
224
- ourInlineSignatureView = null;
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.2
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: 62196463
4
+ hash: 62196461
5
5
  prerelease: true
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
9
  - 3
10
10
  - beta
11
- - 2
12
- version: 3.3.3.beta.2
11
+ - 3
12
+ version: 3.3.3.beta.3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Rhomobile