File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ - (void)changeAnimationState:(BOOL)animating {
5858 self.activityIndicatorView .hidden = !animating;
5959}
6060
61+ - (IBAction )updateAppId : (id )sender {
62+ [AppDelegate setOneSignalAppId: self .appIdTextField.text];
63+ }
64+
6165- (IBAction )addTriggerAction : (id )sender {
6266 NSString *key = [self .addTriggerKey text ];
6367 NSString *value = [self .addTriggerValue text ];
Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ - (void)changeAnimationState:(BOOL)animating {
5858 self.activityIndicatorView .hidden = !animating;
5959}
6060
61+ - (IBAction )updateAppId : (id )sender {
62+ [AppDelegate setOneSignalAppId: self .appIdTextField.text];
63+ }
64+
6165- (IBAction )addTriggerAction : (id )sender {
6266 NSString *key = [self .addTriggerKey text ];
6367 NSString *value = [self .addTriggerValue text ];
You can’t perform that action at this time.
0 commit comments