feature/parent_child #159

Merged
Fujimatsu merged 21 commits from feature/parent_child into main 2024-07-08 20:37:30 +00:00
Showing only changes of commit 722a66e1f0 - Show all commits

View File

@ -70,6 +70,8 @@ public class MainActivity extends AppCompatActivity {
return insets; return insets;
}); });
logger = loggerFactory.create("MainActivity");
// Check logged in // Check logged in
if (userSettings.getAppCommonSetting().isLoggedIn()) { if (userSettings.getAppCommonSetting().isLoggedIn()) {
logger.info("User is logged in!"); logger.info("User is logged in!");
@ -111,8 +113,6 @@ public class MainActivity extends AppCompatActivity {
drawerLayout.addDrawerListener(actionBarDrawerToggle); drawerLayout.addDrawerListener(actionBarDrawerToggle);
actionBarDrawerToggle.syncState(); actionBarDrawerToggle.syncState();
logger = loggerFactory.create("MainActivity");
BottomNavigationView bottomNavigationView = findViewById(R.id.bottom_nav); BottomNavigationView bottomNavigationView = findViewById(R.id.bottom_nav);
// Init navigation // Init navigation