Skip to content

Commit e80e18d

Browse files
committed
Don't need these two lines.
1 parent fca5290 commit e80e18d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/com/test/MainActivity.java

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ public boolean onCreateOptionsMenu(Menu menu) {
6464
public void onClick(View v) {
6565

6666
HashMap<String, String> payload = new HashMap<>();
67-
payload.put("message", "hello!");
68-
payload.put("action", "SEND_PUSH");
6967
payload.put("customData", "My message");
7068
ParseCloud.callFunctionInBackground("pushChannelTest", payload);
7169
}

0 commit comments

Comments
 (0)