mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-28 05:35:34 +00:00
Display dialog title.
This commit is contained in:
parent
dd2d8009ca
commit
c539b82a70
@ -433,6 +433,7 @@ public class MainMenuActivity extends PreferenceActivity {
|
||||
final Handler handler = new Handler();
|
||||
dialog.setContentView(R.layout.assets);
|
||||
dialog.setCancelable(false);
|
||||
dialog.setTitle("Asset extraction");
|
||||
|
||||
// Java is fun :)
|
||||
Thread assetsThread = new Thread(new Runnable() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user