@plusscommunities/pluss-maintenance-app 7.0.19 → 7.0.20-auth.0

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.
@@ -458,7 +458,7 @@ class MaintenanceRequest extends Component {
458
458
  });
459
459
  this.getDefaultJob();
460
460
  })
461
- .catch(() => { });
461
+ .catch(() => {});
462
462
  }
463
463
 
464
464
  pickType(type) {
@@ -1284,7 +1284,7 @@ class MaintenanceRequest extends Component {
1284
1284
  const { submitting, success, isDateTimePickerVisible, popUpType } = this.state;
1285
1285
 
1286
1286
  return (
1287
- <KeyboardAvoidingView behavior={Platform.OS === 'ios' && 'padding'} style={styles.viewContainer}>
1287
+ <KeyboardAvoidingView behavior={'padding'} style={styles.viewContainer}>
1288
1288
  {this.renderImageUploader()}
1289
1289
  <View style={styles.container}>
1290
1290
  <Components.Header