This website works better with JavaScript.
Home
Explore
Help
Sign In
apalak
/
luna_mobile_online
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Back press handled
pms_issue/31163_FaceVerification
Sumit Mandal
1 year ago
parent
91f2135d0d
commit
58e7848e4b
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
examples/example_bestshot/example/app/src/main/java/ru/visionlab/femdemo/CheckInActivity.java
+ 5
- 1
examples/example_bestshot/example/app/src/main/java/ru/visionlab/femdemo/CheckInActivity.java
View File
@ -903,5 +903,9 @@ public class CheckInActivity extends AppCompatActivity {
}
@Override
public
void
onBackPressed
(
)
{
super
.
onBackPressed
(
)
;
finishAffinity
(
)
;
}
}
Write
Preview
Loading…
Cancel
Save