Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
014e5129da
@ -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() {
|
||||
|
@ -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() {
|
||||
|
Reference in New Issue
Block a user