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 6302870 commit cf5d268Copy full SHA for cf5d268
app/src/main/java/com/blankj/androidutilcode/core/image/ImageActivity.java
@@ -23,14 +23,14 @@
23
*/
24
public class ImageActivity extends BaseBackActivity {
25
26
+ private ImageView ivSrc;
27
+ private ImageView ivView2Bitmap;
28
+
29
public static void start(Context context) {
30
Intent starter = new Intent(context, ImageActivity.class);
31
context.startActivity(starter);
32
}
33
- private ImageView ivSrc;
- private ImageView ivView2Bitmap;
-
34
@Override
35
public void initData(Bundle bundle) {
36
0 commit comments