Skip to content
Snippets Groups Projects

Feature:

Merged viccall requested to merge bloquear-y-interfaces into develop
13 files
+ 173
18
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -148,4 +148,10 @@ class ExploradoresDePintia : AppCompatActivity() {
true
}
}
override fun onBackPressed() {
val flag = intent.getBooleanExtra("FLAG_KEY", false)
if (flag){
super.onBackPressed()
}
}
}
Loading