add one more static variable
This commit is contained in:
parent
8b8324c9dd
commit
4c7bf87d45
|
@ -22,7 +22,7 @@ public class AboutActivity extends AppCompatActivity {
|
|||
@BindView(R.id.about_version) TextView mVersion;
|
||||
@BindView(R.id.about_email) TextView mEmailTV;
|
||||
|
||||
private Resources mRes;
|
||||
private static Resources mRes;
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
|
|
Loading…
Reference in New Issue