Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit abc0bed0 authored by gokul's avatar gokul Committed by GitHub
Browse files

Merge pull request #60 from calble/master

Fixing Two Bugs
parents 390ed87f c05aab79
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
        android:label="@string/app_name"
        android:roundIcon="@mipmap/ic_launcher_round"
        android:supportsRtl="true"
        android:requestLegacyExternalStorage="true"
        android:theme="@style/Theme.Cyanea.Light.DarkActionBar">

        <activity
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ public class MainActivity extends ProgressActivity implements OnPageChangeListen

        final EditText input = new EditText(this);
        input.setPadding(19, 19, 19, 19);
        input.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD);
        input.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD);

        new AlertDialog.Builder(this)
                .setTitle(R.string.password)