aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/twitter
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-04-28 14:18:29 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-05-01 08:51:15 +0200
commit74fce89a36e8d130851145941459966aed1176c3 (patch)
treea5569af3499cc0dee3b3824576b225b0d2849992 /main/src/cgeo/geocaching/twitter
parent2f938427afe4b6c5c77f67e78955a53a468c7ceb (diff)
downloadcgeo-74fce89a36e8d130851145941459966aed1176c3.zip
cgeo-74fce89a36e8d130851145941459966aed1176c3.tar.gz
cgeo-74fce89a36e8d130851145941459966aed1176c3.tar.bz2
#2684: use view injection library
* If you have compile errors after pulling, please consult the issue on github.
Diffstat (limited to 'main/src/cgeo/geocaching/twitter')
-rw-r--r--main/src/cgeo/geocaching/twitter/TwitterAuthorizationActivity.java12
1 files changed, 1 insertions, 11 deletions
diff --git a/main/src/cgeo/geocaching/twitter/TwitterAuthorizationActivity.java b/main/src/cgeo/geocaching/twitter/TwitterAuthorizationActivity.java
index 3d9f283..3bc1dec 100644
--- a/main/src/cgeo/geocaching/twitter/TwitterAuthorizationActivity.java
+++ b/main/src/cgeo/geocaching/twitter/TwitterAuthorizationActivity.java
@@ -89,21 +89,11 @@ public class TwitterAuthorizationActivity extends AbstractActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
-
- setTheme();
- setContentView(R.layout.twitter_authorization_activity);
- setTitle(res.getString(R.string.auth_twitter));
+ super.onCreate(savedInstanceState, R.layout.twitter_authorization_activity);
init();
}
- @Override
- public void onResume() {
- super.onResume();
-
- }
-
private void init() {
startButton = (Button) findViewById(R.id.start);
pinEntry = (EditText) findViewById(R.id.pin);