Messaging: Fix wrong super() call

Change-Id: Ide21f259ff1e3b0e54811f14a5ce831c94a0da8f
This commit is contained in:
Michael W
2025-04-10 13:50:01 +02:00
parent 9fd4fa6bb9
commit 8613b6bcc8

View File

@@ -87,7 +87,7 @@ public class BugleActionBarActivity extends AppCompatActivity implements ImeUtil
@Override
protected void onRestart() {
super.onStop();
super.onRestart();
if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onRestart");
}