Share action for own toots

This commit is contained in:
Eugen Rochko 2017-03-15 23:20:29 +01:00
commit 47ebcb29bf
2 changed files with 3 additions and 6 deletions

View file

@ -56,11 +56,6 @@ public class LoginActivity extends AppCompatActivity {
@BindView(R.id.button_login) Button button;
@BindView(R.id.no_account) TextView noAccount;
@Override
protected void createMastodonAPI() {
// Don't do this in this activity, since we don't know a domain yet
}
/**
* Chain together the key-value pairs into a query string, for either appending to a URL or
* as the content of an HTTP request.