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

Commit 91b6757f authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

- 🌎 Fix hints for changing account settings

parent e7ef6120
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -140,6 +140,8 @@ public class ManageAccountsActivity extends LockedActivity implements IManageAcc
            binding.progress.setIndicatorColor(color);
        });

        binding.inputWrapper.setHint(title);

        final var dialog = new MaterialAlertDialogBuilder(this)
                .setTitle(title)
                .setMessage(message)
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
        style="@style/textInputLayoutStyle"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="@string/change_note_title"
        android:padding="?attr/dialogPreferredPadding"
        android:visibility="invisible"
        tools:visibility="visible">
+1 −0
Original line number Diff line number Diff line
- 🌎 Fix hints for changing account settings
 No newline at end of file