File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
android/capacitor/src/main/java/com/getcapacitor Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ public Bridge getBridge() {
6666 @ Override
6767 public void onSaveInstanceState (Bundle outState ) {
6868 super .onSaveInstanceState (outState );
69- if (bridge != null ) {
70- bridge .saveInstanceState (outState );
71- }
69+ if (bridge != null ) {
70+ bridge .saveInstanceState (outState );
71+ }
7272 }
7373
7474 @ Override
@@ -84,10 +84,10 @@ public void onStart() {
8484 @ Override
8585 public void onRestart () {
8686 super .onRestart ();
87- if (this .bridge != null ) {
88- this .bridge .onRestart ();
89- Logger .debug ("App restarted" );
90- }
87+ if (this .bridge != null ) {
88+ this .bridge .onRestart ();
89+ Logger .debug ("App restarted" );
90+ }
9191 }
9292
9393 @ Override
@@ -135,9 +135,9 @@ public void onDestroy() {
135135 @ Override
136136 public void onDetachedFromWindow () {
137137 super .onDetachedFromWindow ();
138- if (this .bridge != null ) {
139- this .bridge .onDetachedFromWindow ();
140- }
138+ if (this .bridge != null ) {
139+ this .bridge .onDetachedFromWindow ();
140+ }
141141 }
142142
143143 /**
You can’t perform that action at this time.
0 commit comments