This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/@notifee/react-native/android/src/main/java/io/invertase/notifee/NotifeeEventSubscriber.java b/node_modules/@notifee/react-native/android/src/main/java/io/invertase/notifee/NotifeeEventSubscriber.java | |
index 00ecd14..af4bf4b 100644 | |
--- a/node_modules/@notifee/react-native/android/src/main/java/io/invertase/notifee/NotifeeEventSubscriber.java | |
+++ b/node_modules/@notifee/react-native/android/src/main/java/io/invertase/notifee/NotifeeEventSubscriber.java | |
@@ -46,6 +46,7 @@ public class NotifeeEventSubscriber implements EventListener { | |
Bundle pressAction = extras.getBundle(KEY_DETAIL_PRESS_ACTION); | |
if (pressAction != null) { | |
eventDetailMap.putMap(KEY_DETAIL_PRESS_ACTION, Arguments.fromBundle(pressAction)); | |
+ NotifeeReactUtils.hideStatusBar(); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf ~/Library/Caches/* | |
rm -rf ~/Library/Saved\ Application\ State/* | |
sudo rm -rf /Library/Caches/* | |
sudo rm -rf /System/Library/Caches/* | |
atsutil databases -removeUser | |
sudo atsutil databases -remove | |
sudo atsutil server -shutdown | |
sudo atsutil server -ping | |
sudo rm -rf /var/folders/* | |
sudo shutdown -r now |