This commit is contained in:
Grishka 2023-09-25 23:07:34 +03:00 committed by LucasGGamerM
parent 3045fe0357
commit 1614213aae
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ public class HomeFragment extends AppKitFragment implements OnBackPressedListene
});
}
}
tabBar.selectTab(currentTab);
return content;
}