Add option to download all media for a toot with one tap. (#1121)
Addresses #966
This commit is contained in:
parent
a6887e3e55
commit
205f3771d4
6 changed files with 113 additions and 32 deletions
|
|
@ -0,0 +1,5 @@
|
|||
package com.keylesspalace.tusky.interfaces;
|
||||
|
||||
public interface PermissionRequester {
|
||||
void onRequestPermissionsResult(String[] permissions, int[] grantResults);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue