Skip to content

Commit e7301c4

Browse files
committed
refactor: stop ignoring ses
1 parent 5bc205f commit e7301c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sagas/ses.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ function enableSes(restart = true) {
4747
*
4848
*/
4949
function* init() {
50-
return;
5150
if (Platform.OS === 'android') {
5251
log.debug('Platform is android, skipping SES');
5352
return;

0 commit comments

Comments
 (0)