mirror of
https://github.com/ente-io/ente.git
synced 2025-08-09 07:48:52 +00:00
[mob][photos] Bug fix
This commit is contained in:
parent
674106593c
commit
cccefc8d9b
@ -134,7 +134,7 @@ class _LinkEmailScreen extends State<LinkEmailScreen> {
|
||||
onTap: () async {
|
||||
textFieldFocusNode.unfocus();
|
||||
if (_selectedEmail == currentUser.email) {
|
||||
_selectedEmail == null;
|
||||
_selectedEmail = null;
|
||||
} else {
|
||||
_selectedEmail = currentUser.email;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user