Skip to content

Commit 35b9243

Browse files
committed
Show Notifications
1 parent 6c19a86 commit 35b9243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/mc_bitf17a040_a1/CompanyDetailsActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void onClick(View v) {
142142
DBHandler db = new DBHandler(this);
143143
db.add(orders, personal, company);
144144

145-
//sendNotifications();
145+
sendNotifications();
146146
}
147147
else
148148
{

0 commit comments

Comments
 (0)