io.appium.settings 4.1.0 → 4.1.1

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.
Binary file
package/app/build.gradle CHANGED
@@ -6,8 +6,8 @@ android {
6
6
  defaultConfig {
7
7
  minSdkVersion 18
8
8
  targetSdkVersion 30
9
- versionCode 44
10
- versionName "4.1.0"
9
+ versionCode 45
10
+ versionName "4.1.1"
11
11
  applicationId "io.appium.settings"
12
12
  }
13
13
 
@@ -206,7 +206,7 @@ public class Settings extends Activity {
206
206
  private void finishActivity() {
207
207
  Log.d(TAG, "Closing the app");
208
208
  Handler handler = new Handler();
209
- handler.postDelayed(Settings.this::finish, 1000);
209
+ handler.postDelayed(Settings.this::finish, 0);
210
210
  }
211
211
 
212
212
  @Override
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "io.appium.settings",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "App for dealing with Android settings",
5
5
  "main": "index.js",
6
6
  "scripts": {