Skip to content

Commit 38714c5

Browse files
committed
Fixing bug with activity
1 parent fdefb8a commit 38714c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/donnfelker/android/bootstrap/BootstrapServiceProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public class BootstrapServiceProvider {
2929
* @throws AccountsException
3030
*/
3131
public BootstrapService getService(Activity activity) throws IOException, AccountsException {
32-
return new BootstrapService(keyProvider.getAuthKey(), userAgentProvider);
32+
return new BootstrapService(keyProvider.getAuthKey(activity), userAgentProvider);
3333
}
3434
}

0 commit comments

Comments
 (0)