Skip to content

Commit

Permalink
all: smoother guests navigation (fixes #4863) (#4869)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Avinash-Codes and dogi authored Dec 13, 2024
1 parent ea6c5b7 commit 05df614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 26
targetSdkVersion 34
versionCode 2136
versionName "0.21.36
versionCode 2137
versionName "0.21.37"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ abstract class DashboardElementActivity : SyncActivity(), FragmentManager.OnBack
4 -> openEnterpriseFragment()
3 -> openCallFragment(TeamFragment(), "survey")
5 -> {
if (profileDbHandler.userModel?.isGuest() == true) {
showGuestUserDialog()
} else {
openCallFragment(CommunityTabFragment(), "community")
}
openCallFragment(CommunityTabFragment(), "community")
}
}
}
Expand Down

0 comments on commit 05df614

Please sign in to comment.