Clerified Stuff

This commit is contained in:
Erik Foris 2020-10-05 15:32:19 +02:00
parent 7ed6ebe2bb
commit dd99e93a70
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ public class DashboardViewModel extends ViewModel {
public DashboardViewModel() {
mText = new MutableLiveData<>();
mText.setValue("This is the Üben segment");
mText.setValue("This is the Abfragen segment");
}
public LiveData<String> getText() {

View File

@ -10,7 +10,7 @@ public class NotificationsViewModel extends ViewModel {
public NotificationsViewModel() {
mText = new MutableLiveData<>();
mText.setValue("This is the abfragen fragment");
mText.setValue("This is the Einfügen fragment");
}
public LiveData<String> getText() {