We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8324c commit 4c7bf87Copy full SHA for 4c7bf87
1 file changed
app/src/main/java/com/simplemobiletools/draw/activities/AboutActivity.java
@@ -22,7 +22,7 @@ public class AboutActivity extends AppCompatActivity {
22
@BindView(R.id.about_version) TextView mVersion;
23
@BindView(R.id.about_email) TextView mEmailTV;
24
25
- private Resources mRes;
+ private static Resources mRes;
26
27
@Override
28
protected void onCreate(Bundle savedInstanceState) {
0 commit comments