remove commented out stuff

Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
Harry Bond 2024-12-29 15:01:40 +00:00
parent a85b84c720
commit 48916d6e06
4 changed files with 0 additions and 38 deletions

View file

@ -450,13 +450,6 @@ public class DownloadResourcesLegacyActivity extends BaseMwmFragmentActivity
.show();
}
// @Override
// @StyleRes
// public int getThemeResourceId(@NonNull String theme)
// {
// return R.style.MwmTheme_DownloadResourcesLegacy;
// }
private static native int nativeGetBytesToDownload();
private static native int nativeStartNextFileDownload(Listener listener);
private static native void nativeCancelCurrentFile();

View file

@ -39,21 +39,6 @@ public abstract class BaseMwmFragmentActivity extends AppCompatActivity
@NonNull
private String mThemeName;
// TODO: need to set theme with android system, not custom
// @StyleRes
// protected int getThemeResourceId(@NonNull String theme)
// {
// Context context = getApplicationContext();
//
// if (ThemeUtils.isDefaultTheme(context, theme))
// return R.style.MwmTheme;
//
// if (ThemeUtils.isNightTheme(context, theme))
// return R.style.MwmTheme_Night;
//
// throw new IllegalArgumentException("Attempt to apply unsupported theme: " + theme);
// }
/**
* Shows splash screen and initializes the core in case when it was not initialized.
*

View file

@ -39,14 +39,6 @@ public class BookmarkCategoriesActivity extends BaseToolbarActivity
super.onPause();
}
// @Override
// @StyleRes
// public int getThemeResourceId(@NonNull String theme)
// {
// return ThemeUtils.getWindowBgThemeResourceId(getApplicationContext(), theme);
// }
@Override
protected Class<? extends Fragment> getFragmentClass()
{

View file

@ -38,14 +38,6 @@ public class BookmarkListActivity extends BaseToolbarActivity
super.onPause();
}
// @Override
// @StyleRes
// public int getThemeResourceId(@NonNull String theme)
// {
// return ThemeUtils.getCardBgThemeResourceId(getApplicationContext(), theme);
// }
@Override
protected Class<? extends Fragment> getFragmentClass()
{