Main Activity Fragments should be updated automatically now when the Media Store has changed.
This commit is contained in:
parent
e0a6535f9f
commit
9c8cba612b
59 changed files with 428 additions and 352 deletions
|
|
@ -919,7 +919,8 @@ public class MusicService extends Service implements SharedPreferences.OnSharedP
|
|||
@Override
|
||||
public void run() {
|
||||
// actually call refresh when the delayed callback fires
|
||||
notifyChange(MEDIA_STORE_CHANGED);
|
||||
// do not send a sticky broadcast here
|
||||
sendBroadcast(new Intent(MEDIA_STORE_CHANGED));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue