Formatting

This commit is contained in:
Peter Serwylo 2017-07-14 12:17:32 +10:00
parent 2d377453d9
commit 618f83bb23

View File

@ -296,8 +296,11 @@ public class SwapAppsView extends ListView implements
public void onChange(boolean selfChange) {
Activity activity = getActivity();
if (activity != null) {
app = AppProvider.Helper.findSpecificApp(getActivity().getContentResolver(),
app.packageName, app.repoId, AppMetadataTable.Cols.ALL);
app = AppProvider.Helper.findSpecificApp(
getActivity().getContentResolver(),
app.packageName,
app.repoId,
AppMetadataTable.Cols.ALL);
resetView();
}
}