Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
peet 2020-10-05 15:41:19 +02:00
commit 014e5129da
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() {