Commit b968640d authored by Grigory Fedorov's avatar Grigory Fedorov

ActivityManager now applies theme to PreferenceEditor activity also.

parent d078ea2e
......@@ -129,8 +129,6 @@ public class ActivityManager implements OnUnloadListener {
* @param activity
*/
private void applyTheme(Activity activity) {
if (activity instanceof PreferenceEditor)
return;
TypedArray title = activity.getTheme().obtainStyledAttributes(
new int[] { android.R.attr.windowNoTitle,
android.R.attr.windowIsFloating });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment