Explorar o código

missing merge commit

tobiasKaminsky %!s(int64=8) %!d(string=hai) anos
pai
achega
c070e9d1bb

+ 1 - 0
src/main/java/com/owncloud/android/ui/activity/FileDisplayActivity.java

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