This commit is contained in:
ammarahm-ed
2020-12-07 14:45:44 +05:00
parent 76ec15b40e
commit 25fe07291c
2 changed files with 14 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ import {
eUnSubscribeEvent,
openVault
} from '../../services/EventManager';
import { dWidth } from '../../utils';
import { hexToRGBA } from '../../utils/ColorUtils';
import {
eCloseActionSheet,
@@ -344,7 +345,7 @@ export class DialogManager extends Component {
bounceOnOpen={false}
gestureEnabled={true}
onClose={() => {
translatePrem.setValue(-800);
translatePrem.setValue(-dWidth * 5);
this.onActionSheetHide();
this.setState({
actionSheetVisible: false,