mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 16:03:06 +00:00
Imports optimization and entries rearranged
This commit is contained in:
@@ -19,7 +19,7 @@ public class MainViewModel extends AndroidViewModel {
|
||||
}
|
||||
|
||||
public boolean isQueueLoaded() {
|
||||
if(queueRepository.count() == 0)
|
||||
if (queueRepository.count() == 0)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user