Properly handle wakelock, fixes #237
This commit is contained in:
@@ -4,9 +4,10 @@ export const setMe = ({ peerId, loginEnabled }) =>
|
||||
payload : { peerId, loginEnabled }
|
||||
});
|
||||
|
||||
export const setIsMobile = () =>
|
||||
export const setBrowser = (browser) =>
|
||||
({
|
||||
type : 'SET_IS_MOBILE'
|
||||
type : 'SET_BROWSER',
|
||||
payload : { browser }
|
||||
});
|
||||
|
||||
export const loggedIn = (flag) =>
|
||||
|
||||
Reference in New Issue
Block a user