|
@@ -326,6 +326,7 @@ public class FileDisplayActivity extends HookActivity
|
|
if (grantResults.length > 0
|
|
if (grantResults.length > 0
|
|
&& grantResults[0] == PackageManager.PERMISSION_GRANTED) {
|
|
&& grantResults[0] == PackageManager.PERMISSION_GRANTED) {
|
|
// permission was granted
|
|
// permission was granted
|
|
|
|
+ EventBus.getDefault().post(new TokenPushEvent());
|
|
refreshList(true);
|
|
refreshList(true);
|
|
// toggle on is save since this is the only scenario this code gets accessed
|
|
// toggle on is save since this is the only scenario this code gets accessed
|
|
} else {
|
|
} else {
|