mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-23 20:46:53 -04:00
Build fix after checkstyle changes
This commit is contained in:
1 parent
8405ba7d87
commit
30bc2cf8d5
1 file changed
+2
-2
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user