From a9af12984995a42db553d573e8284ccc89ffc59d Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 2 Jul 2026 21:38:35 +0200 Subject: Disable wakelock to save battery --- android/.idea/codeStyles/Project.xml | 123 +++++++++++++++++++++++++++ android/.idea/codeStyles/codeStyleConfig.xml | 5 ++ 2 files changed, 128 insertions(+) create mode 100644 android/.idea/codeStyles/Project.xml create mode 100644 android/.idea/codeStyles/codeStyleConfig.xml (limited to 'android/.idea/codeStyles') diff --git a/android/.idea/codeStyles/Project.xml b/android/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..7643783 --- /dev/null +++ b/android/.idea/codeStyles/Project.xml @@ -0,0 +1,123 @@ + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/codeStyles/codeStyleConfig.xml b/android/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/android/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file -- cgit v1.3.1