79346019

Date: 2025-01-10 14:31:15
Score: 0.5
Natty:
Report link

i can't find the documentation for it, but i think you should do something like this.

withHooks({
  onInit: ({ isLoading }) => {
    if (isLoading) {
      screenLockService.lock();
    } else {
      screenLockService.unlock();
    }
  },
});

now when isLoading changes it should update the lockscreen

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Slang123