removed onCreate

This commit is contained in:
Chumva 2018-05-03 15:51:20 +03:00
parent 942027635b
commit 61c2d45728

View file

@ -62,13 +62,6 @@ public class WikipediaDialogFragment extends WikiArticleBaseDialogFragment {
this.lang = lang;
}
@Override
public void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
int themeId = nightMode ? R.style.OsmandDarkTheme : R.style.OsmandLightTheme;
setStyle(STYLE_NO_FRAME, themeId);
}
@SuppressLint("SetJavaScriptEnabled")
@Nullable
@Override