Merge "Fix errorprone warnings that should be errors" am: 5744d7c560
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2255054 Change-Id: I65ce6c4fdedd32ff6feb4b5e210b508aafc4e589 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -405,6 +405,7 @@ public class ToggleFeaturePreferenceFragmentTest {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
@SuppressWarnings("MissingSuperCall")
|
||||
@Override
|
||||
public void onDestroyView() {
|
||||
// do nothing
|
||||
|
||||
@@ -473,6 +473,7 @@ public class ToggleScreenMagnificationPreferenceFragmentTest {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
@SuppressWarnings("MissingSuperCall")
|
||||
@Override
|
||||
public void onDestroyView() {
|
||||
// do nothing
|
||||
|
||||
Reference in New Issue
Block a user