Messaging: Fix wrong super() call
Change-Id: Ide21f259ff1e3b0e54811f14a5ce831c94a0da8f
This commit is contained in:
@@ -87,7 +87,7 @@ public class BugleActionBarActivity extends AppCompatActivity implements ImeUtil
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onRestart() {
|
protected void onRestart() {
|
||||||
super.onStop();
|
super.onRestart();
|
||||||
if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
|
if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
|
||||||
LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onRestart");
|
LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onRestart");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user