mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user