bounswe / 2021SpringGroup9

This is the project repository for Group 9 of the Project Development in Software Engineering course at Bogazici University. We will plan and develop a software project throughout the semester.
3 stars 1 forks source link

Android Activity Stream Connect #562

Closed niyaziulke closed 2 years ago

niyaziulke commented 2 years ago

Activity streams page is connected to the toolbar and activity streams page can link to other pages via toolbar. MainActivity was redirecting to ActivityStreamsActivity instead of CreatePostActivity from the toolbar. This was done for easy testing. Now MainActivity also redirects to CreatePostActivity from the correct button at toolbar.

Related Issues: #561