Loading app/src/main/java/foundation/e/drive/periodicScan/ListAppsWorker.java +4 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,10 @@ public class ListAppsWorker extends Worker { final Cursor cursor = context.getContentResolver().query( Uri.parse(PWA_PLAYER), null, null, null, null); if (cursor.getCount() <= 0) return; if (cursor.getCount() <= 0) { cursor.close(); return; } stringBuilder.append(PWA_SECTION_SEPARATOR); cursor.moveToFirst(); Loading Loading
app/src/main/java/foundation/e/drive/periodicScan/ListAppsWorker.java +4 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,10 @@ public class ListAppsWorker extends Worker { final Cursor cursor = context.getContentResolver().query( Uri.parse(PWA_PLAYER), null, null, null, null); if (cursor.getCount() <= 0) return; if (cursor.getCount() <= 0) { cursor.close(); return; } stringBuilder.append(PWA_SECTION_SEPARATOR); cursor.moveToFirst(); Loading