xml = new TestXML(); hinzugefügt da Oberfläche sonst nicht geladen wird

This commit is contained in:
m_broelemann 2020-12-29 19:16:55 +01:00
parent 55f28eb965
commit 4c66f7ec0c

View File

@ -78,6 +78,7 @@ public class MainActivity extends AppCompatActivity {
NavigationUI.setupActionBarWithNavController(this,
navController, mAppBarConfiguration);
NavigationUI.setupWithNavController(navigationView, navController);
xml = new TestXML();
}
/** Fügt Elemente zur Aktionsleiste hinzu, wenn diese vorhanden ist.*/
@Override