We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdefb8a commit 38714c5Copy full SHA for 38714c5
app/src/main/java/com/donnfelker/android/bootstrap/BootstrapServiceProvider.java
@@ -29,6 +29,6 @@ public class BootstrapServiceProvider {
29
* @throws AccountsException
30
*/
31
public BootstrapService getService(Activity activity) throws IOException, AccountsException {
32
- return new BootstrapService(keyProvider.getAuthKey(), userAgentProvider);
+ return new BootstrapService(keyProvider.getAuthKey(activity), userAgentProvider);
33
}
34
0 commit comments