File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ import CustomTabsIntent = android.support.customtabs.CustomTabsIntent;
1010import { Color } from 'tns-core-modules/color' ;
1111import { ad } from 'tns-core-modules/utils/utils' ;
1212import { android as androidApp } from 'tns-core-modules/application' ;
13+ import { EventData } from 'tns-core-modules/data/observable' ;
1314import {
1415 ChromeTabsEvent ,
1516 BROWSER_ACTIVITY_EVENTS ,
1617 createStartIntent ,
1718 createDismissIntent
1819} from './ChromeTabsManagerActivity' ;
19- import { EventData } from 'tns-core-modules/data/observable' ;
2020
2121import {
2222 BrowserResult ,
@@ -255,4 +255,4 @@ class InAppBrowserModule extends java.lang.Object {
255255 }
256256}
257257
258- export default new InAppBrowserModule ( ) ;
258+ export default new InAppBrowserModule ( ) ;
You can’t perform that action at this time.
0 commit comments