Skip to content

Commit 0f234c7

Browse files
author
Petter Hesselberg
committed
Removed debug scaffolding
1 parent cd1572d commit 0f234c7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

android/app/src/main/java/com/demo/activity/MainApplication.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,11 @@ protected String getJSMainModuleName() {
4141
}
4242

4343
/**
44-
* Returns the name of the bundle in assets. If this is {@code null}, and no file path is specified
45-
* for the bundle, the app will only work with {@link #getUseDeveloperSupport} enabled and will
46-
* always try to load the JS bundle from the packager server.
44+
* Returns the name of the bundle in assets.
4745
*/
48-
@Nullable
46+
@NonNull
4947
@Override
5048
protected String getBundleAssetName() {
51-
String bundleAssetName = super.getBundleAssetName();
5249
return JS_BUNDLE_NAME;
5350
}
5451

0 commit comments

Comments
 (0)