Build fix after checkstyle changes
This commit is contained in:
parent
8405ba7d87
commit
30bc2cf8d5
@ -152,12 +152,12 @@ public class AppDetails extends AppCompatActivity implements ProgressListener, A
|
||||
}
|
||||
|
||||
@Override
|
||||
void onChange(boolean selfChange) {
|
||||
public void onChange(boolean selfChange) {
|
||||
onChange(selfChange, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
void onChange(boolean selfChange, Uri uri) {
|
||||
public void onChange(boolean selfChange, Uri uri) {
|
||||
onAppChanged();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user