Skip to content

Commit c6dac56

Browse files
authored
Update InAppBrowser.android.ts
1 parent 8b99acb commit c6dac56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/InAppBrowser.android.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ import CustomTabsIntent = android.support.customtabs.CustomTabsIntent;
1010
import { Color } from 'tns-core-modules/color';
1111
import { ad } from 'tns-core-modules/utils/utils';
1212
import { android as androidApp } from 'tns-core-modules/application';
13+
import { EventData } from 'tns-core-modules/data/observable';
1314
import {
1415
ChromeTabsEvent,
1516
BROWSER_ACTIVITY_EVENTS,
1617
createStartIntent,
1718
createDismissIntent
1819
} from './ChromeTabsManagerActivity';
19-
import { EventData } from 'tns-core-modules/data/observable';
2020

2121
import {
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();

0 commit comments

Comments
 (0)