Clerified Stuff
This commit is contained in:
parent
7ed6ebe2bb
commit
dd99e93a70
@ -10,7 +10,7 @@ public class DashboardViewModel extends ViewModel {
|
|||||||
|
|
||||||
public DashboardViewModel() {
|
public DashboardViewModel() {
|
||||||
mText = new MutableLiveData<>();
|
mText = new MutableLiveData<>();
|
||||||
mText.setValue("This is the Üben segment");
|
mText.setValue("This is the Abfragen segment");
|
||||||
}
|
}
|
||||||
|
|
||||||
public LiveData<String> getText() {
|
public LiveData<String> getText() {
|
||||||
|
@ -10,7 +10,7 @@ public class NotificationsViewModel extends ViewModel {
|
|||||||
|
|
||||||
public NotificationsViewModel() {
|
public NotificationsViewModel() {
|
||||||
mText = new MutableLiveData<>();
|
mText = new MutableLiveData<>();
|
||||||
mText.setValue("This is the abfragen fragment");
|
mText.setValue("This is the Einfügen fragment");
|
||||||
}
|
}
|
||||||
|
|
||||||
public LiveData<String> getText() {
|
public LiveData<String> getText() {
|
||||||
|
Reference in New Issue
Block a user