X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=blobdiff_plain;f=src%2Fcom%2Fhughes%2Fandroid%2Fdictionary%2FAboutActivity.java;h=91c34300f0222690f1dd4d9046f1c9418057085d;hp=2f1ee139b478be23628d1b377b67414ae58f1fe5;hb=6075de7ee940e23133cf187f44a525e19cccf038;hpb=c76660b2772122109529d3616289980a7084eeeb diff --git a/src/com/hughes/android/dictionary/AboutActivity.java b/src/com/hughes/android/dictionary/AboutActivity.java index 2f1ee13..91c3430 100644 --- a/src/com/hughes/android/dictionary/AboutActivity.java +++ b/src/com/hughes/android/dictionary/AboutActivity.java @@ -24,6 +24,7 @@ public final class AboutActivity extends Activity { /** Called when the activity is first created. */ @Override + @SuppressWarnings("deprecation") public void onCreate(final Bundle savedInstanceState) { DictionaryApplication.INSTANCE.init(getApplicationContext()); setTheme(DictionaryApplication.INSTANCE.getSelectedTheme().themeId);