TinkersStudio / MusicCloud

A Music Social Network
5 stars 0 forks source link

Redirect to the MusicPlayerFragment when click on the Notification #36

Open nqta0611 opened 7 years ago

nqta0611 commented 7 years ago

Right now, when click to notification bar, it direct to the home screen. Need to redirect to the Playing Screen. Either do it from Service (tricky) or having a global indicator in MainActivity, then show Fragment during onStart (feasible)