Add extension.onBackPressed (for Android)
This commit is contained in:
@@ -33,6 +33,13 @@ public class Extension {
|
||||
}
|
||||
|
||||
|
||||
public boolean onBackPressed () {
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Called when the activity is starting.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user