fix apply button freezing device
This commit is contained in:
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
ARCHS = arm64 arm64e
|
||||
TARGET = iphone:clang:10.3:10.3
|
||||
TARGET = iphone:clang:11.2:11.2
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
|
@ -11,12 +11,8 @@
|
||||
return _specifiers;
|
||||
}
|
||||
|
||||
- (void)respring:(id)sender {
|
||||
- (void)apply {
|
||||
[self.view endEditing:YES];
|
||||
/*[NSThread sleepForTimeInterval:0.5f];
|
||||
pid_t pid;
|
||||
const char* args[] = {"killall", "backboardd", NULL};
|
||||
posix_spawn(&pid, "/usr/bin/killall", NULL, NULL, (char* const*)args, NULL);*/
|
||||
}
|
||||
|
||||
- (void)openTwitter {
|
||||
|
@ -1,5 +1,5 @@
|
||||
ARCHS = arm64 arm64e
|
||||
TARGET = iphone:10.3:10.3
|
||||
TARGET = iphone:clang:11.2:11.2
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
<key>cell</key>
|
||||
<string>PSButtonCell</string>
|
||||
<key>action</key>
|
||||
<string>respring</string>
|
||||
<string>apply</string>
|
||||
<key>label</key>
|
||||
<string>Apply</string>
|
||||
</dict>
|
||||
|
Reference in New Issue
Block a user