Skip to content

Commit d26fb3f

Browse files
committed
Cleaning up unnecessary files.
1 parent 7c80983 commit d26fb3f

29 files changed

+11
-567
lines changed

Playground.windows.js

Lines changed: 0 additions & 71 deletions
This file was deleted.

android/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/build
1+
/build

android/app/build.gradle

Lines changed: 0 additions & 34 deletions
This file was deleted.

android/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# class:
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
17-
#}
17+
#}

android/react-native-azurenotificationhub.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@
122122
<orderEntry type="library" exported="" name="imagepipeline-okhttp3-0.11.0" level="project" />
123123
<orderEntry type="library" exported="" name="azure-notifications-handler-1.0.1" level="project" />
124124
</component>
125-
</module>
125+
</module>

android/src/main/java/com/azure/reactnative/notificationhub/NotificationHubUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ private void setPref(Context context, String key, String value) {
7070
editor.putString(key, value);
7171
editor.apply();
7272
}
73-
}
73+
}

android/src/main/java/com/azure/reactnative/notificationhub/ReactNativeInstanceIDService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ public void onTokenRefresh() {
1616
Intent intent = new Intent(this, ReactNativeRegistrationIntentService.class);
1717
startService(intent);
1818
}
19-
};
19+
}

android/src/main/java/com/azure/reactnative/notificationhub/ReactNativeNotificationsHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@ private void sendNotification(Bundle bundle) {
256256
private NotificationManager notificationManager() {
257257
return (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
258258
}
259-
}
259+
}

android/src/main/java/com/azure/reactnative/notificationhub/ReactNativeRegistrationIntentService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ protected void onHandleIntent(Intent intent) {
5252
Log.e(TAG, "Failed to complete token refresh", e);
5353
}
5454
}
55-
}
55+
}

config.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)