File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-inappbrowser" ,
3
- "version" : " 5.0.16 -hogangnono" ,
3
+ "version" : " 5.0.17 -hogangnono" ,
4
4
"description" : " Cordova InAppBrowser Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" cordova-plugin-inappbrowser"
23
- version =" 5.0.16 -hogangnono" >
23
+ version =" 5.0.17 -hogangnono" >
24
24
25
25
<name >InAppBrowser</name >
26
26
<description >Cordova InAppBrowser Plugin</description >
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ public void onResume(boolean multitasking) {
382
382
}
383
383
384
384
// onelink를 통해 이동 후, 앱에 재 진입 시, 기존 페이지로 전환
385
- if (edittext .getText ().toString ().contains ("onelink.me" )) {
385
+ if (edittext != null && edittext .getText ().toString ().contains ("onelink.me" )) {
386
386
goBack ();
387
387
}
388
388
}
You can’t perform that action at this time.
0 commit comments