mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-15 00:41:35 +00:00
show bottom navigation in pvv2
This commit is contained in:
parent
5c3f346182
commit
4a9bf1119e
2 changed files with 2 additions and 0 deletions
|
|
@ -412,6 +412,7 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage
|
|||
showBottomViewDestinations = currentTabs.stream()
|
||||
.map(Tab::getStartDestinationFragmentId)
|
||||
.collect(Collectors.toList());
|
||||
showBottomViewDestinations.add(R.id.postViewFragment);
|
||||
if (setDefaultTabFromSettings) {
|
||||
setSelectedTab(currentTabs);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue