|
@@ -315,7 +315,7 @@ public class FileDisplayActivity extends HookActivity
|
|
|
if (grantResults.length > 0
|
|
|
&& grantResults[0] == PackageManager.PERMISSION_GRANTED) {
|
|
|
// permission was granted
|
|
|
- startSynchronization();
|
|
|
+ refreshList(true);
|
|
|
// toggle on is save since this is the only scenario this code gets accessed
|
|
|
} else {
|
|
|
// permission denied --> do nothing
|