diff --git a/app/src/main/java/net/headlezz/notificationlogger/NotificationCreationFragment.java b/app/src/main/java/net/headlezz/notificationlogger/NotificationCreationFragment.java index 0d55bf5..154f06b 100644 --- a/app/src/main/java/net/headlezz/notificationlogger/NotificationCreationFragment.java +++ b/app/src/main/java/net/headlezz/notificationlogger/NotificationCreationFragment.java @@ -124,6 +124,6 @@ public class NotificationCreationFragment extends Fragment implements View.OnCli if(v.getId() == R.id.create_btDispatch) dn.dispatch(); else - Toast.makeText(getContext(), "Not implemented", Toast.LENGTH_LONG) + Toast.makeText(getContext(), "Not implemented", Toast.LENGTH_LONG); } }