Add option to download all media for a toot with one tap. (#1121)

Addresses #966
This commit is contained in:
Levi Bard 2019-03-23 12:49:36 +01:00 committed by Konrad Pozniak
commit 205f3771d4
6 changed files with 113 additions and 32 deletions

View file

@ -0,0 +1,5 @@
package com.keylesspalace.tusky.interfaces;
public interface PermissionRequester {
void onRequestPermissionsResult(String[] permissions, int[] grantResults);
}