Merge "Fix violation in DecorContext" into tm-qpr-dev
This commit is contained in:
@@ -137,4 +137,13 @@ public class DecorContext extends ContextThemeWrapper {
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isConfigurationContext() {
|
||||||
|
Context context = mContext.get();
|
||||||
|
if (context != null) {
|
||||||
|
return context.isConfigurationContext();
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user