mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-24 01:06:39 +00:00
Fix refreshing apps text
This commit is contained in:
@@ -187,7 +187,7 @@ public class AppView extends Activity {
|
|||||||
|
|
||||||
private void updateAppList() {
|
private void updateAppList() {
|
||||||
final SpinnerDialog spinner = SpinnerDialog.displayDialog(this, getResources().getString(R.string.applist_refresh_title),
|
final SpinnerDialog spinner = SpinnerDialog.displayDialog(this, getResources().getString(R.string.applist_refresh_title),
|
||||||
getResources().getString(R.string.applist_refresh_title), true);
|
getResources().getString(R.string.applist_refresh_msg), true);
|
||||||
new Thread() {
|
new Thread() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
|
|||||||
Reference in New Issue
Block a user