mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-06-03 00:58:06 -04:00
修BUG
This commit is contained in:
parent
828fe248c2
commit
2f3b01cafc
@ -228,13 +228,14 @@ public class BaseActivity extends AppCompatActivity implements CustomAdapt {
|
||||
mAA.runOnUiThread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
Toast.makeText(mAA, msg, Toast.LENGTH_LONG).show();
|
||||
Toast.makeText(mAA, msg == null ? null : msg, Toast.LENGTH_LONG).show();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取recycler列数
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public int getSpanCount() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user