Commit 3c408046 authored by Grigory Fedorov's avatar Grigory Fedorov

Enter password notification crash fixed.

parent 323f6072
......@@ -36,9 +36,10 @@ public abstract class ManagedDialog extends SingleActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
requestWindowFeature(Window.FEATURE_NO_TITLE);
setTheme(android.R.style.Theme_Dialog);
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(R.layout.dialog);
findViewById(android.R.id.button1).setOnClickListener(
new OnClickListener() {
......
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