Skip to content

Commit 0c0c74d

Browse files
author
Capacitor+ Bot
committed
style: auto-format code after upstream sync
1 parent c6738c4 commit 0c0c74d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

android/capacitor/src/main/java/com/getcapacitor/BridgeActivity.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)