diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index ac5319e..f2b8b40 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -154,6 +154,7 @@
android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
implements ConsultContract.IConsultView {
@@ -102,8 +97,9 @@ public class StartFragment extends BaseMVPCompatFragment 15 ? builder.build() : builder.getNotification();
- ShortcutBadger.applyNotification(getApplicationContext(), notification, badgeCount);
+ ShortcutBadger.applyNotification(getApplicationContext(), notification, badgeCount);
if (mNotificationManager != null)
mNotificationManager.notify(notificationId, notification);
}
@@ -104,7 +103,7 @@ public class BadgeIntentService extends IntentService {
if (mNotificationManager == null) {
mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
}
- Intent resultIntent = new Intent(AppContext.getInstance(), MainActivity.class);
+ Intent resultIntent = new Intent(AppContext.getInstance(),MainActivity.class);
resultIntent.putExtra("sid", xstsid);
resultIntent.putExtra("uuid", uuid);
mNotificationManager.cancel(notificationId);
--
libgit2 0.21.0