app atualizada para apresentação
This commit is contained in:
@@ -120,7 +120,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
if (user.getDisplayName() != null && !user.getDisplayName().isEmpty()) {
|
if (user.getDisplayName() != null && !user.getDisplayName().isEmpty()) {
|
||||||
textViewName.setText(user.getDisplayName());
|
textViewName.setText(user.getDisplayName());
|
||||||
} else {
|
} else {
|
||||||
textViewName.setText("Utilizador");
|
textViewName.setText("Convidado");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user