Removed download button to album page and added to menu

This commit is contained in:
CappielloAntonio 2021-04-29 11:27:49 +02:00
parent b70819c337
commit 3a1a39691a
6 changed files with 54 additions and 23 deletions

View file

@ -250,7 +250,6 @@ public class BaseActivity extends AppCompatActivity implements EasyPermissions.P
public void onDownloadsChanged() {
// TODO Notificare all'item scaricato che lo stato di download è cambiato
// sampleAdapter.notifyDataSetChanged();
Toast.makeText(this, "Download changed", Toast.LENGTH_SHORT).show();
}
private static final class MusicStateReceiver extends BroadcastReceiver {