Formatting
This commit is contained in:
parent
2d377453d9
commit
618f83bb23
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user