Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

ROMs list is not reloaded when a ROM is wiped #35

Closed
chenxiaolong opened this issue Jan 9, 2016 · 2 comments
Closed

ROMs list is not reloaded when a ROM is wiped #35

chenxiaolong opened this issue Jan 9, 2016 · 2 comments

Comments

@chenxiaolong
Copy link
Owner

Just need to have RomDetailActivity pass back a flag to SwitcherListFragment indicating that a ROM is wiped.

    @Override
    public void onActivityResult(int request, int result, Intent data) {
        switch (request) {
        case REQUEST_FLASH_ZIP:
            reloadRomsState();
            break;
        }

        // TODO: Something for RomDetailActivity here

        super.onActivityResult(request, result, data);
    }

From: http://forum.xda-developers.com/showthread.php?p=64725633#post64725633

@Caio99BR
Copy link
Contributor

http://stackoverflow.com/questions/10570243/asynctask-after-execution-how-to-update-view

I cant help much because idk absolutely nothing about Android App Source, i understand the basic.

@Caio99BR
Copy link
Contributor

I can only help with GUI.
I have see various things in UI what needs to be changed :P

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants