Skip to content

Commit

Permalink
Build 179
Browse files Browse the repository at this point in the history
  - Cleanup
  • Loading branch information
Hamza417 committed Dec 30, 2023
1 parent d896db2 commit a5941aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {

compileSdk 34

def appVersionCode = 178
def appVersionCode = 179
def appVersionName = "build${appVersionCode}_final"

defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,6 @@ class MainActivity : BaseActivity(),
bottomBarContainer.removeView(popupContainer)
}

@Suppress("unused")
private fun hideBottomBarMenuAndShowPopup() {
bottomBar.visibility = ViewPager2.GONE
label.visibility = TextView.GONE
bottomBarContainer.addView(popupContainer)
}

private fun checkRunTimePermission() {
if (ActivityCompat.checkSelfPermission(applicationContext, Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED
&& ActivityCompat.checkSelfPermission(applicationContext, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED) {
Expand Down

0 comments on commit a5941aa

Please sign in to comment.