This website works better with JavaScript.
Home
Explore
Help
Sign In
hemant.khadase
/
BajajFDLib
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
auth token
1.0
Manoj
2 years ago
parent
639e744f63
commit
9a17325a95
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/build.gradle
+0
-1
app/src/main/java/com/nivesh/production/bajajfd/util/ProgressUtil.kt
+ 1
- 0
app/build.gradle
View File
@ -2,6 +2,7 @@ plugins {
id
'com.android.application'
id
'org.jetbrains.kotlin.android'
id
'kotlin-parcelize'
id
'maven-publish'
}
android
{
+ 0
- 1
app/src/main/java/com/nivesh/production/bajajfd/util/ProgressUtil.kt
View File
@ -16,7 +16,6 @@ object ProgressUtil{
private
lateinit
var
alertDialog
:
AlertDialog
private
lateinit
var
pDialog
:
ProgressBar
fun
showLoading
(
ctx
:
Context
)
{
// instantiating the lateInit objects
dialogBuilder
=
AlertDialog
.
Builder
(
ctx
)
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.