mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Scan library now return continuous updates
This commit is contained in:
@@ -82,9 +82,7 @@ public class SettingsFragment extends PreferenceFragmentCompat {
|
||||
|
||||
@Override
|
||||
public void onSuccess(boolean isScanning, long count) {
|
||||
if (isScanning) getScanStatus();
|
||||
else
|
||||
findPreference("scan_library").setSummary("Scanning: counting " + count + " tracks");
|
||||
getScanStatus();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user