am 2b59ecae
: Remove use of old theme name.
* commit '2b59ecaebcc8012d307080f3f345692fa94e679e': Remove use of old theme name.
This commit is contained in:
commit
f5adc3955c
@ -91,7 +91,7 @@ public class MoveMessageToDialog extends DialogFragment implements DialogInterfa
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
mMessageIds = getArguments().getLongArray(BUNDLE_MESSAGE_IDS);
|
||||
setStyle(STYLE_NORMAL, android.R.style.Theme_Light_Holo);
|
||||
setStyle(STYLE_NORMAL, android.R.style.Theme_Holo_Light);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user