Skip to content

Commit 225f05e

Browse files
Update app/src/main/kotlin/com/google/samples/apps/nowinandroid/NiaApplication.kt
Co-authored-by: Don Turner <[email protected]>
1 parent e803562 commit 225f05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/google/samples/apps/nowinandroid/NiaApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class NiaApplication : Application(), ImageLoaderFactory {
5555
override fun newImageLoader(): ImageLoader = imageLoader.get()
5656

5757
/**
58-
* Check if the application is debuggable.
58+
* Return true if the application is debuggable.
5959
*/
6060
private fun isDebuggable(): Boolean {
6161
return 0 != applicationInfo.flags and ApplicationInfo.FLAG_DEBUGGABLE

0 commit comments

Comments
 (0)