Commit d4a42fd9 authored by Varun Patil's avatar Varun Patil

Do not set title to Notifications on opening sheet

parent 33bd4e4a
...@@ -47,9 +47,6 @@ public class NotificationsFragment extends BottomSheetDialogFragment { ...@@ -47,9 +47,6 @@ public class NotificationsFragment extends BottomSheetDialogFragment {
public void onStart() { public void onStart() {
super.onStart(); super.onStart();
Toolbar toolbar = getActivity().findViewById(R.id.toolbar);
toolbar.setTitle("Notifications");
RetrofitInterface retrofitInterface = Utils.getRetrofitInterface(); RetrofitInterface retrofitInterface = Utils.getRetrofitInterface();
retrofitInterface.getNotifications(Utils.getSessionIDHeader()).enqueue(new Callback<List<Notification>>() { retrofitInterface.getNotifications(Utils.getSessionIDHeader()).enqueue(new Callback<List<Notification>>() {
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment