Fix some indentations in AppDetails

This commit is contained in:
Daniel Martí 2015-01-04 00:24:55 +01:00
parent 2bd05dec38
commit 7e7f0fe6f2

View File

@ -134,12 +134,12 @@ public class AppDetails extends ActionBarActivity implements ProgressListener, A
class AppObserver extends ContentObserver {
public AppObserver(Handler handler) {
super(handler);
super(handler);
}
@Override
public void onChange(boolean selfChange) {
onChange(selfChange, null);
onChange(selfChange, null);
}
@Override
@ -149,8 +149,8 @@ public class AppDetails extends ActionBarActivity implements ProgressListener, A
public void onChange() {
if (!reset(app.id)) {
AppDetails.this.finish();
return;
AppDetails.this.finish();
return;
}
refreshApkList();
@ -842,7 +842,7 @@ public class AppDetails extends ActionBarActivity implements ProgressListener, A
new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog,
int whichButton) {
int whichButton) {
startDownload(apk, repoaddress);
}
});