Diff of /app/src/main/java/com/codesys/forge/MyService.java [a9ba7b] .. [6880df]  Maximize  Restore

Switch to side-by-side view

--- a/app/src/main/java/com/codesys/forge/MyService.java
+++ b/app/src/main/java/com/codesys/forge/MyService.java
@@ -74,6 +74,11 @@
                 title = getString(R.string.notification3_title);
                 description = getString(R.string.notification3_description);
                 break;
+            case 4:
+                url = "https://forge.codesys.com/forge/product-news";
+                title = getString(R.string.notification4_title);
+                description = getString(R.string.notification4_description);
+                break;
             default:
                 url = "url undefined";
                 title = "title undefined";
@@ -133,6 +138,9 @@
                         case "/forge/talk/":
                             CreateNotification(3);
                             break;
+                        case "/forge/product-news/":
+                            CreateNotification(4);
+                            break;
                     }
                 }
             }